mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 23:08:06 +02:00
Passed y for database backup
This commit is contained in:
@@ -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():
|
||||||
|
Reference in New Issue
Block a user