Abhishek Singh
03/25/2025, 9:11 AMMarvin
03/25/2025, 9:12 AMbash
prefect server database upgrade -y
This command applies the necessary migrations to your database. However, it is important to note that SQLite is only supported by Prefect for testing purposes and is not compatible with multiprocessing.
For more detailed information, you can refer to the Prefect 3.0 upgrade guide and the SQLite database management documentation.
If you're using SQLite for anything other than testing, consider migrating to a more robust database system like PostgreSQL for production environments.Abhishek Singh
03/25/2025, 11:54 AMMarvin
03/25/2025, 11:54 AM