mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 06:55:52 +03:00
[GH-ISSUE #1532] New db error after update (tested with or without --force) #958
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#958
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 @MAJINFORMATIQUE on GitHub (Jun 7, 2023).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/1532
Server Info
Installation Method:
Standard
Bug : error 500 after update
In django.log error missing column accounts.user.dash_info_color

Doesn't know value type (text, var....)
@MAJINFORMATIQUE commented on GitHub (Jun 7, 2023):
Could it be possible to obtain database schema with all values types?
@silversword411 commented on GitHub (Jun 7, 2023):
Duplicate of https://github.com/amidaware/tacticalrmm/issues/1517 please keep to one issue.
The other was closed because you didn't reply for a while and figured it was fixed. I've reopened it.
@wh1te909 commented on GitHub (Jun 7, 2023):
your migrations didn't run. the update script will pull latest changes from github and run migrations, so not sure what's going on. please paste the output of the following command:
@Nzrvynnyk commented on GitHub (Jun 12, 2023):
Hi. Have the same issue, also have an issue with API getting 500 for some POST requests.
https://prnt.sc/zeQrZsTMQuaH
@NiceGuyIT commented on GitHub (Jun 12, 2023):
@Nzrvynnyk Can you edit your post and put the content in triple backticks to format it as a block?
```
Your content here
```
@wh1te909 commented on GitHub (Jun 12, 2023):
@Nzrvynnyk API error is unrelated. you need to update your post requests and add
run_as_userto the payload (it's a boolean)@wh1te909 commented on GitHub (Jun 12, 2023):
@Nzrvynnyk and @MAJINFORMATIQUE please export your DB and send it to us, you can open a ticket here and upload it and will take a look to see what's going on. you can use the following script to export db then upload the
db-issue1532.psql.gzfile in ticket.@Nzrvynnyk commented on GitHub (Jun 12, 2023):
Could you pls share some examples?
@wh1te909 commented on GitHub (Jun 12, 2023):