Hi All,
i have orion up and running connected to postgresSQL database,it was working fine until i shut down the orion and tried to run it again,orion in trying to create the database tables again! as shown in the image below
is there a way to avoid initializing database tables on every orion start up?
✅ 2
a
Anna Geller
08/21/2022, 12:37 PM
perhaps try setting this to False
Copy code
prefect config set PREFECT_ORION_DATABASE_MIGRATE_ON_START='False'