Help needed
Opened this issue · 0 comments
leohougmail commented
I have a docker running ghost on oracle ARM and I tried to use ghost-backup:4 (it seems this is for ARM).
I attached to ghost-backup container's bash and ran backup. This showed up:
Mon Feb 6 12:53:43 UTC 2023: Checking if a mysql container exists on the network at mysql:3306
Mon Feb 6 12:53:43 UTC 2023: ...a mysql container exists on the network. Using mysql mode
Mon Feb 6 12:53:43 UTC 2023: ...Retrieving ghost session cookie for user xxxx@xx.com
Createdgrep: /tmp/ghost-cookie.txt: No such file or directory
Mon Feb 6 12:53:43 UTC 2023: Error: Unable to create a admin session cookie. Check all your credentials are correct
Mon Feb 6 12:53:43 UTC 2023: Finished: FAILURE
then I tried to unset env variables
root@318b14996138:/usr/app# unset GHOST_SERVICE_USER_EMAIL
root@318b14996138:/usr/app# unset GHOST_SERVICE_USER_PASSWORD
and this showed up.
Mon Feb 6 12:57:21 UTC 2023: Checking if a mysql container exists on the network at mysql:3306
Mon Feb 6 12:57:21 UTC 2023: ...a mysql container exists on the network. Using mysql mode
Mon Feb 6 12:57:21 UTC 2023: ...Retrieving ghost session cookie for user
{"errors":[{"message":"Access Denied.","context":null,"type":"UnauthorizedError","details":null,"property":null,"help":null,"code":null,"id":"cb5681e0-a61d-11ed-ad08-5f68ce151e92","ghostErrorCode":null}]}grep: /tmp/ghost-cookie.txt: No such file or directory
Mon Feb 6 12:57:21 UTC 2023: Error: Unable to create a admin session cookie. Check all your credentials are correct
Mon Feb 6 12:57:21 UTC 2023: Finished: FAILURE
I double and triple checked MYSQL database name, user, password. I even tried to use root and root password. None of that can get me through.
Please advise. Thanks!
Leo