mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[GH-ISSUE #1577] Failing deployment on Azure WebApp #1007
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#1007
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/1577
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.