Open
Description
Describe the bug
When creating a graph, I see the "Save to My Graphs - Result
Graph saved successfully"
message, but the graph neither appears under "My Graphs" nor is there an entry in the graphitedb.
To Reproduce
Steps to reproduce the behavior:
Login to Graphite-Web, select a couple of datapoints, and save the graph as any name.
Expected behavior
A graph should appear under "My Graphs" by the name given.
Environment (please complete the following information):
- OS flavor: Red Hat Enterprise 9
- Graphite-web version 1.1.1
- Django/Python version Python 3.9
- Setup type From Sources
this was an upgrade from a prior version of Red Hat.
Additional context
Here are the permissions for the graphite user in the database:
mysql> show grants for graphite_user@localhost;
+--------------------------------------------------------------------------+
| Grants for graphite_user@localhost |
+--------------------------------------------------------------------------+
| GRANT USAGE ON *.* TO `graphite_user`@`localhost` |
| GRANT ALL PRIVILEGES ON `graphitedb`.* TO `graphite_user`@`localhost` |
| GRANT ALL PRIVILEGES ON `graphite_prod`.* TO `graphite_user`@`localhost` |
+--------------------------------------------------------------------------+
3 rows in set (0.01 sec)