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
I'm trying to get past the "ERROR mysql: 76 fell through ECASE expression" error. I changed my character-set to utf8mb4 and collation to uft8mb4_900_ai_ci, but I still get the error.
Checking the version of pgloader to see if a newer version is available:
# apt install pgloader
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
pgloader is already the newest version (3.6.10-1build2).
0 upgraded, 0 newly installed, 0 to remove and 76 not upgraded.
root@numbe-imb-accounting:/home/postgres# pgloader -V
pgloader version "3.6.7~devel"
compiled with SBCL 2.2.9.debian
root@numbe-imb-accounting:/home/postgres# dpkg -l pgloader
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-==============-==============-============-================================================
ii pgloader 3.6.10-1build2 amd64 extract, transform and load data into PostgreSQL
So which is it?
The text was updated successfully, but these errors were encountered:
Problem was solved with the compiled version, which is strange, but also has been reported elsewhere. Why make a binary available when it doesn't include whatever the compiled version has?
I'm trying to get past the "ERROR mysql: 76 fell through ECASE expression" error. I changed my character-set to utf8mb4 and collation to uft8mb4_900_ai_ci, but I still get the error.
Checking the version of pgloader to see if a newer version is available:
So which is it?
The text was updated successfully, but these errors were encountered: