Official Nextcloud image stuck on Deploying 0/2, unable to diagnose issue.

Joined
Jan 30, 2023
Messages
2
I recently migrated the app data from a single SSD to a RAID 1 SSD array. I'm running version 25.0.3_1.6.16. I didn't change any of the app settings when I did the migration. I haven't been able to roll back the app to any previous snapshots either, which may be a separate issue.

Here is the log from the nextcloud-postgres pod:

Code:
2023-01-30T19:04:03.419819140Z
2023-01-30T19:04:03.419849751Z PostgreSQL Database directory appears to contain a database; Skipping initialization
2023-01-30T19:04:03.419856104Z
2023-01-30T19:04:03.449970943Z 2023-01-30 19:04:03.449 UTC [1] LOG:  starting PostgreSQL 13.1 (Debian 13.1-1.pgdg100+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 8.3.0-6) 8.3.0, 64-bit
2023-01-30T19:04:03.450062128Z 2023-01-30 19:04:03.450 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
2023-01-30T19:04:03.450071796Z 2023-01-30 19:04:03.450 UTC [1] LOG:  listening on IPv6 address "::", port 5432
2023-01-30T19:04:03.466321873Z 2023-01-30 19:04:03.466 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2023-01-30T19:04:03.470587910Z 2023-01-30 19:04:03.470 UTC [26] LOG:  database system was shut down at 2023-01-30 16:26:37 UTC
2023-01-30T19:04:03.470704686Z 2023-01-30 19:04:03.470 UTC [26] LOG:  invalid resource manager ID in primary checkpoint record
2023-01-30T19:04:03.470718867Z 2023-01-30 19:04:03.470 UTC [26] PANIC:  could not locate a valid checkpoint record
2023-01-30T19:04:03.471874818Z 2023-01-30 19:04:03.471 UTC [1] LOG:  startup process (PID 26) was terminated by signal 6: Aborted
2023-01-30T19:04:03.471905871Z 2023-01-30 19:04:03.471 UTC [1] LOG:  aborting startup due to startup process failure
2023-01-30T19:04:03.473760874Z 2023-01-30 19:04:03.473 UTC [1] LOG:  database system is shut down


The log from the nextcloud pod yields this:

Code:
{"kind":"Status","apiVersion":"v1","metadata":{},"status":"Failure","message":"container \"nextcloud\" in pod \"nextcloud-6f9f6df95c-k9wls\" is waiting to start: PodInitializing","reason":"BadRequest","code":400}


Not sure what went wrong or where to go from here. Any advice is appreciated
 
Joined
Jan 30, 2023
Messages
2
I tried moving the app back to the old storage pool, which is still attached to my system, and it started working fine. I guess my migration was not successful after all.
 
Top