querkmachine Is there any documentation on how this Adminer functionality can be used (if it can be used)? I've got some huge SQL files to migrate it could come in really useful for! Thanks, ~ Kim
klynton Hey Kim, Adminer can only process SQL files up to 64MB. If the databases are bigger than that I'd suggest using the command line to do the imports. Here's our documentation on how to do that: MySQL: https://help.opalstack.com/article/73/exporting-and-importing-mariadb-databases PostgreSQL: https://help.opalstack.com/article/82/-exporting-and-importing-postgresql-databases
querkmachine Ah thanks! Command line is probably even easier than what I was thinking of. I evidently forgot to attach the screenshot, but I was referring to this thing on the Adminer interface. Might want to hide it somehow if it's not actually usable.
sean querkmachine it's not actually usable, and we'll definitely look into hiding it if possible. If you'd like to run your own Adminer installation (and thus have access to the server file import option) you can do so as follows: Create a new shell user and PHP application, and attach the new application to a website. Download Adminer from https://www.adminer.org and put the adminer.php script in your app directory. Rename your sql file to adminer.sql and put it in your app directory (in the same directory as adminer.php). Access adminer.php via the site you created in step 1.