Related Posts Settings Persistence
-
Hi,
Settings enabled for the related posts are not persistent after DB deployment from one environment to other environment. I am exporting MySQL DB remotely using it’s commands from source to target environments after replacing source environment URL by target environment URL info using Unix sed command.MySQL DB export command is given below:
mysql -u${MYSQL_TAR_USER} -h${MYSQL_TAR_IP} -P${MYSQL_TAR_PORT} -p${MYSQL_TAR_PASSWD} $MYSQL_TAR_DB < $MYSQL_TAR_DUMP
Please let me know how to make settings remain intact on the target environment that were configured before DB export.
Thanks,
Rajendra
The topic ‘Related Posts Settings Persistence’ is closed to new replies.