Skip to content
#

postgresql-extension

Here are 126 public repositories matching this topic...

s4ke
s4ke commented Jun 8, 2021

This is something that came up with our experiments in migrating our cluster from 1.3 to 1.5.

Our process is essentially as follows:

  1. create cluster as is with a single primary
  2. disable monitor on primary with --force on it pg_autoctl disable monitor --force --pgdata /var/lib/postgresql/12/main_cluster/
  3. stop pg_autoctl service with sudo service postgresql_main_cluster stop
  4. e
simkimsia
simkimsia commented Jan 11, 2020

I have this exact code snippet and the migration is successful.

from core.models import PersonStampedModel
from django_ltree.fields import PathField
from model_utils.models import SoftDeletableModel, TimeStampedModel
from organizations.managers import OrganizationOwnedSoftDeletableManager
from organizations.models import OrganizationOwnedModel
from partial_index import PQ, Parti

Improve this page

Add a description, image, and links to the postgresql-extension topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the postgresql-extension topic, visit your repo's landing page and select "manage topics."

Learn more