I have my own phabricator instance running in ec2. I want to use the hosted service now and was wondering if there was a way to get my data (diffs) with me.
Description
Event Timeline
Not a problem, go ahead and make an account on Phacility and whenever you're ready:
- Dump your database with bin/storage dump | gzip > phabricator_data.sql.gz.
- Upload the file here by dragging and dropping it onto the page: https://admin.phacility.com/file/
- Let contact@phacility.com know once it's ready, and we'll import it into your instance and you can make sure things look good.
If everything's good, we'll repeat the process again when you're ready to switch over.
Also https://admin.phacility.com/book/phacility/article/importing/ has a rough overview of the process and https://admin.phacility.com/book/phacility/article/limitations/ notes any limitations, I should have mentioned those first.
Looks like my phabricator_data.sql.gz file is bigger than the post_max_size setting.
As received by the server, this request had a nonzero content length but no POST data. Normally, this indicates that it exceeds the 'post_max_size' setting in the PHP configuration on the server. Increase the 'post_max_size' setting or reduce the size of the request. Request size according to 'Content-Length' was '217346228', 'post_max_size' is set to '64M'.
Any way around it?
Are you dragging and dropping or using the upload button? The drag and drop should chunk the file.
Ah! Drag-n-drop worked like a charm.
Edit: Removed non-essential stuff since this is public.
Cool, I'll get this importing. Do you want to shoot us an email at support@phacility.com to coordinate the rest of the import? There might be some private questions later on in the process about data specifics in case we run into any issues.