mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-26 07:55:52 +03:00
[GH-ISSUE #480] where is backend data location #292
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#292
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 @anhnvme on GitHub (Dec 22, 2021).
Original GitHub issue: https://github.com/retspen/webvirtcloud/issues/480
Hello,
I'm tried move webvirtcloud to kubernetes, every working fine, but i don't know backend which saved log, KVM Machine location
Some body can show me this location
@catborise commented on GitHub (Dec 22, 2021):
it save logs to database. i think we should add an option to log also stdout or file.
for now you can take logs of nginx only.
@anhnvme commented on GitHub (Dec 22, 2021):
I just found db.sqlite3 on /srv/webvirtcloud. maybe file save information which I need. How can i change location this file ?. i want to mount a NFS folder and store this file on NFS
@catborise commented on GitHub (Dec 22, 2021):
you can change it from webvirtcloud/settings.py file.
DATABASES section "base_dir"
and also you can you mysql or postgresql to keep data
@anhnvme commented on GitHub (Dec 23, 2021):
thank you so much. i'm really don't know python too much 😅