ERROR Packets out of order. Got: 1 Expected: 0

Hi, i’m getting an error after install ghost on a raspberry pi 3 over raspbian.
I follow this steps Install Ghost on a Raspberry Pi.
Iǘe got de error:
[2021-02-15 16:06:25] ERROR Packets out of order. Got: 1 Expected: 0

Packets out of order. Got: 1 Expected: 0                                                                                                     

"Unknown database error"

Error ID:
500

Error Code:  
PROTOCOL_PACKETS_OUT_OF_ORDER

ghost version
Ghost-CLI version: 1.15.3
Ghost version: 3.41.5 (at /var/www/ghost)

Can any helpme with this?
Thanks

I had a similar issue (not on a pi but on a small vps server).

Are you observing this issue in configuring ghost with a separate database (i.e. using mysql or mariadb )?. If so, one possibility might be that ghost is starting before the database has a chance to be ready - the mariadb / mysql docker images state as such under the No connections until MySQL init completes section “If there is no database initialized when the container starts, then a default database will be created. While this is the expected behavior, this means that it will not accept incoming connections until such initialization completes. This may cause issues when using automation tools, such as docker-compose , which start several containers simultaneously.”

My workaround in the interim was to just use the bundled sqlite database but my needs for ghost’s database usage have been more minimal.