a year ago
Is there a max size limit for tables?
Getting this error when trying to import a dump file -
13:58:31 Restoring /Users/christopherknudsvig/Desktop/comicsmain.sql
Running: /Applications/MySQLWorkbench.app/Contents/MacOS/mysql --defaults-file="/var/folders/ws/3nc64jd5hl3xd6zxs458dh0000gn/T/tmpf6997d1y/extraparams.cnf" --protocol=tcp --host=roundhouse.proxy.rlwy.net --user=root --port=52309 --default-character-set=utf8 --comments --database=railway < "/Users/christopherknudsvig/Desktop/comicsmain.sql"
ERROR 1114 (HY000) at line 5463: The table 'value' is full
Operation failed with exitcode 1
16:03:56 Import of /Users/christopherknudsvig/Desktop/comicsmain.sql has finished with 1 errors
3 Replies
a year ago
The only size limitations are the size of your volume and any sizes MySQL themselves sets, Railway deploys the standard MySQL docker image therefore Railway has no way of controlling table sizes.
a year ago
Can i increase my volume size somehow?
a year ago
Pro users get 50GB volumes and you can increase that by talking to the team about a custom plan that would bring you bigger volumes.
Have you used all the disk space?