An user is not being created (nothing in the users table in the database) even though I can see the following in the console:
postal-app | [WARN] ** [container] RabbitMQ Host 'postal-rabbitmq' is not accessible, retrying.. (20 seconds so far)
postal-app | [NOTICE] ** [container] Configuring Postal
postal-app | [WARN] ** [container] Detecting new Install. Initializing Database
postal-clamav | Sun Oct 25 13:12:06 2020 -> Database test passed.
postal-clamav | Sun Oct 25 13:12:06 2020 -> daily.cvd updated (version: 25967, sigs: 4335099, f-level: 63, builder: raynman)
postal-clamav | Sun Oct 25 13:12:06 2020 -> main database available for download (remote version: 59)
postal-clamav | Sun Oct 25 13:12:13 2020 -> Testing database: '/data/definitions//tmp.2e52b2ad9a/clamav-03931e9d0f42251e955663d0921e269e.tmp-main.cvd' ...
postal-app | [NOTICE] ** [container] Creating Administrative User
postal-app | [WARN] ** [container] No Admin Email entered, setting default email login to 'postal@example.com'
postal-app | [WARN] ** [container] WARNING: No Admin Pass entered, setting default password to 'postal'
postal-app | [WARN] ** [container] No Admin First Name entered, setting default to 'Postal'
postal-app | [WARN] ** [container] No Admin Last Name entered, setting default to 'Admin'
postal-clamav | Sun Oct 25 13:12:27 2020 -> Database test passed.
postal-clamav | Sun Oct 25 13:12:27 2020 -> main.cvd updated (version: 59, sigs: 4564902, f-level: 60, builder: sigmgr)
postal-clamav | Sun Oct 25 13:12:27 2020 -> bytecode database available for download (remote version: 331)
postal-clamav | Sun Oct 25 13:12:27 2020 -> Testing database: '/data/definitions//tmp.2e52b2ad9a/clamav-6fe8d96b89f9b01c332090ecd21ada9f.tmp-bytecode.cvd' ...
postal-clamav | Sun Oct 25 13:12:27 2020 -> Database test passed.
postal-clamav | Sun Oct 25 13:12:27 2020 -> bytecode.cvd updated (version: 331, sigs: 94, f-level: 63, builder: anvilleg)
postal-clamav | [INFO] ** [clamav] Container Initialization Complete
postal-clamav | [cont-init.d] 10-clamd: exited 0.
postal-clamav | [cont-init.d] 99-container: executing...
postal-clamav | [cont-init.d] 99-container: exited 0.
postal-clamav | [cont-init.d] done.
postal-clamav | [services.d] starting services
postal-clamav | [services.d] done.
postal-clamav | [INFO] ** [zabbix] Starting Zabbix Agent
postal-clamav | [INFO] ** [clamav] Starting ClamAV
postal-clamav | [NOTICE] ** [freshclam] Definitions Updating Routines Initialized on Sun Oct 25 13:12:38 GMT 2020
postal-clamav | [INFO] ** [freshclam] Downloading Latest Definitions
postal-app | [cont-init.d] 10-postal: exited 0.
postal-app | [cont-init.d] 99-container: executing...
postal-app | [cont-init.d] 99-container: exited 0.
postal-app | [cont-init.d] done.
postal-app | [services.d] starting services
postal-app | [services.d] done.
postal-app | [INFO] ** [zabbix] Starting Zabbix Agent
postal-app | [INFO] ** [container] Starting postal
postal-app | Started Procodile supervisor with PID 1101
postal-app | Procodile Version 1.0.26
postal-app | Application Root /app
postal-app | Supervisor PID 1101
postal-app | Started 2020-10-25 13:13:10 +0000
However, using docker exec -it bash and afterwards running /app/bin/postal make-user actually works fine.
If it makes a difference: it does create an user on my local Fedora 33 machine, but does not on a machine running Fedora CoreOS Stable which is remotely accessed with docker context.
An user is not being created (nothing in the users table in the database) even though I can see the following in the console:
However, using
docker exec -it bashand afterwards running/app/bin/postal make-useractually works fine.If it makes a difference: it does create an user on my local Fedora 33 machine, but does not on a machine running Fedora CoreOS Stable which is remotely accessed with docker context.