On Tuesday, 20 October 2020 at 08:50:13 UTC+1 [email protected] wrote: > Thank you Carlos, I'll start this migration as soon as my Opalstack > account will be a provisioned. > I've a doubt about the DBs. Opalstack offers MariaDB and PostgreSQL. > It seems that it's not so easy to use PostgreSQL. > https://groups.google.com/g/web2py/c/bc_8dg-XHpY/m/ci8A2RzzAwAJ > I can switch my PostgreSQL DBs to MySQL, but in the connection string with > MariaDB I have to use the standard MySQL one? > mysql://username:password@localhost/test?set_encoding=utf8mb4 >
Hi Gael, There's really no difference to the way it worked on webfaction. That link above was a version issue with the psycopg2 library and Antonio shared a way to install the latest psycopg2 version (as did I, using psycopg2-binary package). I wouldn't change databases. HTH, Jose -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/d7bd3a9c-60c6-4abd-8c8f-0aa2ffddecc4n%40googlegroups.com.

