zaib Posted October 19, 2017 Posted October 19, 2017 My web app is done, and ready for production, how can i take my all data to production what are the best practices. I was exporting my "Fields" and importing into my production website but it says "Request Entity Too Large The requested resource /processwire/setup/field/import/ does not allow request data with POST requests, or the amount of data provided in the request exceeds the capacity limit. Apache/2.4.18 (Ubuntu) Server at 52.18.55.209 Port 80" This is my server limitations or what i don't know, or suggest me how to do that.
abdus Posted October 19, 2017 Posted October 19, 2017 1 hour ago, zaib said: This is my server limitations Yes. Try exporting in portions. Or better yet, export your database, import to production, copy over files, modify config.php and you're done. 1
szabesz Posted October 19, 2017 Posted October 19, 2017 15 minutes ago, abdus said: Or better yet, export your database, import to production, copy over files, modify config.php and you're done. +1 And do not forget .htaccess as well
webhoes Posted October 19, 2017 Posted October 19, 2017 There is also the site export profile module. Works very nice. http://modules.processwire.com/modules/process-export-profile/ 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now