migration issues with 4.0
-
I’m testing this on an offline setup with a mirror of my database.
I’m seeing some errors, and have a few questions…
wp stateless migrate 20240219175240 –progress=5 –force
I run that, but there seems to be no progress shown, nor logs, should it?
I end up with a large amount of duplicate key errors (I guess during the migration?)
The migration does not finish. How may I debug this?
WordPress database error Duplicate entry '2971901' for key 'wp_stateless_files.post_id' for query INSERT INTO
wp_stateless_files
(post_id
,name
,bucket
,generation
,cache_control
,content_type
,content_disposition
,file_size
,width
,height
,stateless_version
,storage_class
,file_link
,self_link
) VALUES (2971901, 'www/99cf42b7-authorisation.svg', 'agilicus', '1705615746660848', 'public, max-age=36000, must-revalidate', 'image/svg+xml', NULL, NULL, '0', '0', '3.3.0', NULL, 'https://www.agilicus.com/www/99cf42b7-authorisation.svg', 'https://storage.googleapis.com/storage/v1/b/agilicus/o/www%2F99cf42b7-authorisation.svg') made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, UsabilityDynamics\WP\Bootstrap_Plugin->pre_init, wpCloud\StatelessMedia\Bootstrap->init, wpCloud\StatelessMedia\Batch\BatchTaskManager::in…"
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘migration issues with 4.0’ is closed to new replies.