Because anybody hasn't implemented workaround for php limits
in exports as it is done in recently rewritten import code.
It is much more complicated for export that is send to
browser because you can not send file and some message together.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
My message it is an feature request.
You said: "It is much more complicated for export that is
send to browser because you can not send file and some
message together."
Is it possible one gzip archive with various sql files in
it?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The ability to export split archives. If the original gzip
file for export is bigger than the default PHP max filesize
upload value, give the user the choice to split it into
smaller archives.
Because the import size is set to 2048KB you can't do
multiply uploads (pity), so you'll have to make sure that
each split archive ends correctly. Not in the middle of a
field which would mess things up.
Just an idea. :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=192186
Because anybody hasn't implemented workaround for php limits
in exports as it is done in recently rewritten import code.
It is much more complicated for export that is send to
browser because you can not send file and some message together.
Logged In: YES
user_id=1400620
My message it is an feature request.
You said: "It is much more complicated for export that is
send to browser because you can not send file and some
message together."
Is it possible one gzip archive with various sql files in
it?
Logged In: YES
user_id=1239734
Feature Request:
The ability to export split archives. If the original gzip
file for export is bigger than the default PHP max filesize
upload value, give the user the choice to split it into
smaller archives.
Because the import size is set to 2048KB you can't do
multiply uploads (pity), so you'll have to make sure that
each split archive ends correctly. Not in the middle of a
field which would mess things up.
Just an idea. :)