mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-01 11:19:52 +03:00
Failing deployment on Azure WebApp #1003
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Gyarbij on GitHub (Apr 2, 2021).
Subject of the issue - Failing production instance
Deployment environment
Install method: Azure App Service Plan/Docker
Clients used: All
Reverse proxy and version:
MySQL/MariaDB or PostgreSQL version:
Other relevant details:
Steps to reproduce - Try to launch an Azure Web App with mounted file share for persistence
Expected behaviour -
To work
Actual behaviour -
Does not work and fails with the below
Troubleshooting data -
2021-04-02T14:02:26.743Z INFO - Initiating warmup request to container cxxxfor site cxxxx
2021-04-02T14:02:27.778Z ERROR - Container cxxx for site cxxx has exited, failing site start
2021-04-02T14:02:27.795Z ERROR - Container cxxx didn't respond to HTTP pings on port: 80, failing site start. See container logs for debugging.
2021-04-02T14:02:27.804Z INFO - Stopping site cxxxt because it failed during startup.
@RealOrangeOne commented on GitHub (Apr 2, 2021):
Got any application logs?
@BlackDex commented on GitHub (Apr 2, 2021):
You can't use sqlite on azure. Or, make sure to turn of wall, but if i remember correctly, that has mixed results.
The issue is that azure uses a samba/cifs based storage which does not work that well.