banner
阿道

阿道

阿道博客

TinyTinyRss Data Migration - Baota Environment

  • Process Record#

Overall Backup of Website Root Directory#

Database Data Export#

Create New Website#

Import Old Data and Database#

Old Website is https, New Site Also Needs to Be Enabled#

Enable phpfileinfo#


Enable Automatic Updates#

crontab -u www -e#

Add Content#

*/30 * * * * www-data /usr/bin/php /var/www/ttrss/update.php --feeds --quiet

Modify the path and permissions yourself (non-root permissions)

Reload#

  ` service crond reload`
   Restart
   `service crond restart` 
   Check Status
  ` tail -f /var/log/cron `

SQL Data Replacement#

Replace content A with B in the field feed_url of the table ttrss_feeds

UPDATE ttrss_feeds SET feed_url = replace(feed_url, 'A', 'B')

Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.