Agreable Catfish Importer Plugin
For importing Catfish content in to Croissant
by Shortlist Media · github.com/shortlist-digital/agreable-catfish-importer-plugin
★ 1stars
3kcomposer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/shortlist-digital/agreable-catfish-importer-plugin/archive/refs/heads/develop.zipAlso on Packagist as shortlist-digital/agreable-catfish-importer-plugin:
composer require shortlist-digital/agreable-catfish-importer-pluginFrom the readme
Agreable Catfish Importer Plugin
For importing Catfish content in to Croissant
Setup
Add variable
Commands
Commands should be run from croissant command runner
Import runner
run php croissant plugin:catfish:import to start import. You might want to use nohup/disown. Import might take few hours and your ssh connection might close.
import runner have additional options
-p amount of processes
-c amount of posts imported per one process
--update run only posts updated from last time
-l limit amount of posts
--date-limit="d/m/Y" it will ignore all posts older than the date limit
-vvv to change default symfony command verbosity
Manual posts update
run wp eval-file src/cli-runner/catfish-import-posts.php {space separated urls}. This command will update posts by their urls. use --debug to increase verbosity
Get imported posts stats
run wp eval-file src/cli-runner/catfish-posts-update-times.php. This will give you list of posturl{SEPARATOR}updatetime of current 'stock'
User roles
For security reasons when new user is created from old system they are all assigned one and only one role called 'purgatory' to make it possible for those people to log in, you will have to adjust
Read the full README on GitHub →
Releases
| Tag | Published |
|---|---|
| 7.1.0 | Oct 23, 2017 |
| 7.0.8 | Oct 17, 2017 |
| 7.0.7 | Sep 1, 2017 |
| 7.0.6 | Aug 31, 2017 |
| 7.0.5 | Aug 23, 2017 |
| 7.0.4 | Aug 16, 2017 |
| 7.0.3 | Aug 15, 2017 |
| 7.0.2 | Jul 27, 2017 |
| 7.0.1 | Jul 27, 2017 |
| 6.0.0 | Jul 10, 2017 |
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.