mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #215] Bad Credential after upgrade #2074
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#2074
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 @CarFla on GitHub (Dec 18, 2020).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/215
Hi
I upgrade Tactical RMM from 0.2.2 to 0.2.17
Upgrade seem to be ok, If i re-execute ./upgrade it tell me Already on latest version. Current version: 0.2.17 Latest version: 0.2.17.
But after that when i try to login, I recive the Bad Credential window.
Ok I try to change my password, so I try to do procedure for that, but when i execute user = User.objects.first() This is the error:

What can I do?
Thank you
@bradhawkins85 commented on GitHub (Dec 18, 2020):
I've had this too on an earlier version.
First up, chest your browser cache and cookies then try and log in again. Also open the browsers console and post any errors in there that you receive.
I don't know if wh1te909 is available now to help but I'll try and help until he can get back. I'm tied up for a bit too but will check back later if I get a chance and see how you went.
@CarFla commented on GitHub (Dec 18, 2020):
Thank you
I try with a different Browser to don't have cache problem.
The problem is that api website is not found:
Damn me that want to upgrade! :(
@bradhawkins85 commented on GitHub (Dec 18, 2020):
Can you run the commands below on your server and post the output:
systemctl status rmm
service postgresql status
df -kh
@CarFla commented on GitHub (Dec 18, 2020):
@bradhawkins85 commented on GitHub (Dec 18, 2020):
The only other fix I have is to restart the services, try:
for i in celery celerybeat celery-winupdate rmm
do
sudo systemctl restart $i
done
Let me know if that helps
@CarFla commented on GitHub (Dec 18, 2020):
Not help.
I try to force the upgrade removing from script version control.
I send Log of upgrade.sh
log-upgrade.txt
I hope that someone can understand the problem.
@sadnub commented on GitHub (Dec 18, 2020):
@CarFla Looks like the frontend build didn't work. Try running this:
If that works without error run this to restart nginx
sudo systemctl restart nginx@sadnub commented on GitHub (Dec 18, 2020):
I edited the above. Try npm install first
@CarFla commented on GitHub (Dec 18, 2020):
EUREKA!!
Ok, this is my step:
npm install tell me that found 9 low severity vulnerabilities,
so i run npm audit fix.
After that
npm audit fix --force to resolve another 1 vulnerability
npm run build
Restart Nginx and ... no run RMM.
Reboot system and... no run RMM
so i try to run upgrade.
Upgrade tshi time run without error, and ... boom, RMM is OK! username and password accepted!!
THANK YOU!!!!
@sadnub commented on GitHub (Dec 18, 2020):
Awesome! Glad that worked out.