mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #129] Backup #75
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#75
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 @KenGrant on GitHub (Oct 6, 2020).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/129
HI
When I run sudo ./backup.sh
I get -
pg_dump: error: connection to database "tacticalrmm" failed: FATAL: password authentication failed for user "changeme"
FATAL: password authentication failed for user "changeme"
Then a lot if lines - Is their a zip file containing the backup - I'd like to take a copy of everything off the VM in case of an issue during upgrades etc.ls
Thanks
Ken
@Omnicef commented on GitHub (Oct 6, 2020):
Hi Ken,
change the postgres username/password at top of file first to match
u can find them in /rmm/api/tacticalrmm/tacticalrmm/local_settings.py in
the DATABASES section
On Tue, Oct 6, 2020 at 9:00 AM KenGrant notifications@github.com wrote:
--
Anthony Fenech
909-992-2031
Anthony@Synergy-Computer.com
@KenGrant commented on GitHub (Oct 6, 2020):
Many thanks - will try shortly.
Ken
@KenGrant commented on GitHub (Oct 6, 2020):
Perfect - Hope I don't ever need to restore but good to know I have a backup.
Many thanks for the swift help to a newbie - much appreciated.
Ken
@wh1te909 commented on GitHub (Oct 6, 2020):
Don't run it as sudo
I'll be creating a restore script soon
@wh1te909 commented on GitHub (Oct 25, 2020):
updated readme with instructions for backup / restore