You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My issue is that the deprecation warning is used as a table name π
/bin/bash: line 1: /home/frappe/benches/β¦/sites/test.example.com/.migrate/mysql: Deprecated program name. It will be removed in a future release, use /usr/bin/mariadb instead.sql.gz: No such file or directory
mysqldump: Deprecated program name. It will be removed in a future release, use '/usr/bin/mariadb-dump' instead
mysqldump: Couldn't find table: "mysql: Deprecated program name. It will be removed in a future release, use /usr/bin/mariadb instead"
Indeed, the tables property returns ["mysql: Deprecated program name. It will be removed in a future release, use /usr/bin/mariadb instead"]
Just like in: frappe/frappe#22620 frappe/bench#1489
My issue is that the deprecation warning is used as a table name π
Indeed, the
tables
property returns["mysql: Deprecated program name. It will be removed in a future release, use /usr/bin/mariadb instead"]
agent/agent/site.py
Lines 637 to 642 in 2d8eadf
Which is then used as the table name:
agent/agent/site.py
Lines 458 to 459 in 2d8eadf
And then
bash
complains that it can't find the file to write to it:agent/agent/site.py
Line 466 in 2d8eadf
And mysqldump complains that it's name is deprecated AND that the table does not exist.
Links to code on github
agent/agent/bench.py
Line 238 in 2d8eadf
agent/agent/bench.py
Line 254 in 2d8eadf
agent/agent/database.py
Line 30 in 2d8eadf
agent/agent/proxysql.py
Line 21 in 2d8eadf
agent/agent/site.py
Line 274 in 2d8eadf
agent/agent/site.py
Line 290 in 2d8eadf
agent/agent/site.py
Line 320 in 2d8eadf
agent/agent/site.py
Line 463 in 2d8eadf
agent/agent/site.py
Line 533 in 2d8eadf
agent/agent/site.py
Line 548 in 2d8eadf
agent/agent/site.py
Line 630 in 2d8eadf
agent/agent/site.py
Line 640 in 2d8eadf
agent/agent/site.py
Line 674 in 2d8eadf
agent/agent/site.py
Line 750 in 2d8eadf
agent/agent/site.py
Line 791 in 2d8eadf
agent/agent/site.py
Line 812 in 2d8eadf
List of files to change
The text was updated successfully, but these errors were encountered: