| The migrate config option determines whether or not the PuppetDB will attempt to migrate the Postgres database. When false (the default), it will just perform the check of the database migration schema version. If it does not match the expected, exit 3. When true, create the migration connection using the puppetdb migrator user and perform the necessary migrations. |