mirror of
https://github.com/YunoHost/yunohost.git
synced 2024-09-03 20:06:10 +02:00
Skip all migrations during postinstall
This commit is contained in:
parent
fbc18c56aa
commit
e0ac622ffc
1 changed files with 1 additions and 1 deletions
|
@ -397,7 +397,7 @@ def tools_postinstall(domain, password, ignore_dyndns=False):
|
||||||
_install_appslist_fetch_cron()
|
_install_appslist_fetch_cron()
|
||||||
|
|
||||||
# Init migrations (skip them, no need to run them on a fresh system)
|
# Init migrations (skip them, no need to run them on a fresh system)
|
||||||
tools_migrations_migrate(target=2, skip=True, auto=True)
|
tools_migrations_migrate(skip=True, auto=True)
|
||||||
|
|
||||||
os.system('touch /etc/yunohost/installed')
|
os.system('touch /etc/yunohost/installed')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue