Will Scott-Rodriguez
Error on trying to fix a crashed table
I've just ended up dropping the table and recreating it to complete the migration. Not sure if the bug with the client-side crash is worth looking at but is a reproducible bug when the query to repair a table fails.
7 replies
NPM ssh dependancy
Usually the process requires me to generate a key on the terminal using ssh-keygen -t ed25519 -C "[email protected]"
19 replies
NPM ssh dependancy
Sorry, should change the description to note not a direct SSH connection but adding ssh authentication for git. This is what i've been doing: https://docs.github.com/en/authentication/connecting-to-github-with-ssh/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent
19 replies
NPM ssh dependancy
In local development I've just been using git ssh authentication. The private repository is in my github that is linked to railway but npm can't access it. I've looked at just linking the private npm package inside the main repo with npm link but from what i've seen that's very messy
19 replies
Scalable volume size for template project deployment?
From my testing, I couldn't get it to work, even with the volume mounted at any size. Wordpress kept asking for ftp write access, even after mounting at /wp-content. I don't think it's possible unless railway allows for root mount in the future.
37 replies
Scalable volume size for template project deployment?
Following this. Just tried deploying a docker image of Wordpress and got no luck. I've managed to launch wordpress with persistant storage on wp-content but not on the root. Have you managed to get it up and running correctly with the bigger volume size?
37 replies