mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-01-22 07:03:21 +01:00
Passed y for database backup
This commit is contained in:
parent
1a117e47b5
commit
7b490c18d2
@ -111,7 +111,7 @@ def upgrade_listmonk():
|
|||||||
Runs the upgrade for Listmonk
|
Runs the upgrade for Listmonk
|
||||||
"""
|
"""
|
||||||
print("Starting Listmonk upgrade.")
|
print("Starting Listmonk upgrade.")
|
||||||
run_command("docker compose run application ./listmonk --upgrade")
|
run_command('echo "y" | docker compose run -T application ./listmonk --upgrade')
|
||||||
print("Upgrade complete.")
|
print("Upgrade complete.")
|
||||||
|
|
||||||
def update_nextcloud():
|
def update_nextcloud():
|
||||||
|
Loading…
x
Reference in New Issue
Block a user