https://prefect.io logo
a

Amjad Salhab

08/21/2022, 11:52 AM
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'
it's True by default
a

Amjad Salhab

08/21/2022, 12:41 PM
@Anna Geller such a life saver 🙌 it worked,thx
🙌 1