Config: Set skip migrations in defaults.ini + override when running frontend service locally (#114007)
fs: skip migrations locally + add to defaults.ini
This commit is contained in:
@@ -218,6 +218,12 @@ delete_auto_gen_ids = false
|
||||
# Improves startup performance for instances with large numbers of annotations who do not plan to downgrade Grafana.
|
||||
skip_dashboard_uid_migration_on_startup = false
|
||||
|
||||
# Set to true to skip all database migrations on startup. Should be used in conjunction with "ensure_default_org_and_user".
|
||||
skip_migrations = false
|
||||
|
||||
# Set to false to skip ensuring the default organization and user on startup.
|
||||
ensure_default_org_and_user = true
|
||||
|
||||
#################################### Cache server #############################
|
||||
[remote_cache]
|
||||
# Either "redis", "memcached" or "database" default is "database"
|
||||
|
||||
Reference in New Issue
Block a user