zZzzZ.
home2
/
zrzvbdry
/
.cpanel
/
logs
/
restoredb
New Folder
Editing: 2024-11-23T05:25:37Z.1.log
Save
Cancel
{"name":"no-virus","data":{"file":"boutique_wp702.sql.gz","description":"No virus detected in upload “boutique_wp702.sql.gz”."},"type":"info"} {"data":{"archive":"/home2/zrzvbdry/tmp/Cpanel_Form_file.upload.9dd2325d","description":"The system is extracting the archive “/home2/zrzvbdry/tmp/Cpanel_Form_file.upload.9dd2325d”.","file":"boutique_wp702.sql.gz"},"name":"gunzip","type":"info"} {"type":"debug","name":"database_name","data":{"database":"zrzvbdry_boutique_wp702","description":"The system identified the database name for the backup file “boutique_wp702.sql.gz” to be “zrzvbdry_boutique_wp702”.","file":"boutique_wp702.sql.gz"}} {"type":"info","name":"database_create","data":{"database":"zrzvbdry_boutique_wp702","file":"boutique_wp702.sql.gz","description":"The system created the database “zrzvbdry_boutique_wp702” since it did not exist."}} {"data":{"file":"boutique_wp702.sql.gz","description":"The system created a temporary database user “zrzvbdry_9lryubx”.","username":"zrzvbdry_9lryubx"},"name":"created_temp_database_user","type":"debug"} {"data":{"database":"zrzvbdry_boutique_wp702","username":"zrzvbdry_9lryubx","file":"boutique_wp702.sql.gz","description":"The system linked the temporary database user “zrzvbdry_9lryubx” to the database “zrzvbdry_boutique_wp702”."},"name":"linked_temp_database_user_to_database","type":"debug"} {"name":"restoring_start","data":{"file":"boutique_wp702.sql.gz","description":"The system is starting to restore the database backup “boutique_wp702.sql.gz”."},"type":"info"} {"type":"debug","name":"restoring","data":{"file":"boutique_wp702.sql.gz","description":"--------------\n/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */\n--------------\n\n--------------\n/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */\n--------------\n\n--------------\n/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */\n--------------\n\n--------------\n/*!50503 SET NAMES utf8mb4 */\n--------------\n\n--------------\n/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */\n--------------\n\n--------------\n/*!40103 SET TIME_ZONE='+00:00' */\n--------------\n\n--------------\n/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */\n--------------\n\n--------------\n/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */\n--------------\n\n--------------\n/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */\n--------------\n\n--------------\n/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */\n--------------\n\n--------------\nDROP TABLE IF EXISTS `wpol_commentmeta`\n--------------\n\n--------------\n/*!40101 SET @saved_cs_client = @@cha"}} {"type":"debug","data":{"description":"racter_set_client */\n--------------\n\n--------------\n/*!50503 SET character_set_client = utf8mb4 */\n--------------\n\n--------------\nCREATE TABLE `wpol_commentmeta` (\n `meta_id` bigint unsigned NOT NULL AUTO_INCREMENT,\n `comment_id` bigint unsigned NOT NULL DEFAULT '0',\n `meta_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL,\n `meta_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci,\n PRIMARY KEY (`meta_id`),\n KEY `comment_id` (`comment_id`),\n KEY `meta_key` (`meta_key`(191))\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci\n--------------\n\n--------------\n/*!40101 SET character_set_client = @saved_cs_client */\n--------------\n\n--------------\nLOCK TABLES `wpol_commentmeta` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `wpol_commentmeta` DISABLE KEYS */\n--------------\n\n--------------\n/*!40000 ALTER TABLE `wpol_commentmeta` ENABLE KEYS */\n--------------\n\n--------------\nUNLOCK TABLES\n--------------\n\n--------------\nDROP TABLE IF EXISTS `w","file":"boutique_wp702.sql.gz"},"name":"restoring"} {"data":{"file":"boutique_wp702.sql.gz","description":"pol_comments`\n--------------\n\n--------------\n/*!40101 SET @saved_cs_client = @@character_set_client */\n--------------\n\n--------------\n/*!50503 SET character_set_client = utf8mb4 */\n--------------\n\n--------------\nCREATE TABLE `wpol_comments` (\n `comment_ID` bigint unsigned NOT NULL AUTO_INCREMENT,\n `comment_post_ID` bigint unsigned NOT NULL DEFAULT '0',\n `comment_author` tinytext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n `comment_author_email` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',\n `comment_author_url` varchar(200) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',\n `comment_author_IP` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',\n `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',\n `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',\n `comment_content` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n `comment_karma` int NOT NULL DEFAUL"},"name":"restoring","type":"debug"} {"type":"debug","data":{"description":"T '0',\n `comment_approved` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1',\n `comment_agent` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',\n `comment_type` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'comment',\n `comment_parent` bigint unsigned NOT NULL DEFAULT '0',\n `user_id` bigint unsigned NOT NULL DEFAULT '0',\n PRIMARY KEY (`comment_ID`),\n KEY `comment_post_ID` (`comment_post_ID`),\n KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),\n KEY `comment_date_gmt` (`comment_date_gmt`),\n KEY `comment_parent` (`comment_parent`),\n KEY `comment_author_email` (`comment_author_email`(10))\n) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci\n--------------\n\n--------------\n/*!40101 SET character_set_client = @saved_cs_client */\n--------------\n\n--------------\nLOCK TABLES `wpol_comments` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `wpol_comment","file":"boutique_wp702.sql.gz"},"name":"restoring"} {"data":{"file":"boutique_wp702.sql.gz","description":"s` DISABLE KEYS */\n--------------\n\n--------------\nINSERT INTO `wpol_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2022-11-30 14:13:45','2022-11-30 14:13:45','Hi, this is a comment.\\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\\nCommenter avatars come from <a href=\\\"https://en.gravatar.com/\\\">Gravatar</a>.',0,'1','','comment',0,0)\n--------------\n\n--------------\n/*!40000 ALTER TABLE `wpol_comments` ENABLE KEYS */\n--------------\n\n--------------\nUNLOCK TABLES\n--------------\n\n--------------\nDROP TABLE IF EXISTS `wpol_links`\n--------------\n\n--------------\n/*!40101 SET @saved_cs_client = @@character_set_client */\n--------"},"name":"restoring","type":"debug"} {"type":"debug","name":"restoring","data":{"file":"boutique_wp702.sql.gz","description":"------\n\n--------------\n/*!50503 SET character_set_client = utf8mb4 */\n--------------\n\n--------------\nCREATE TABLE `wpol_links` (\n `link_id` bigint unsigned NOT NULL AUTO_INCREMENT,\n `link_url` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',\n `link_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',\n `link_image` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',\n `link_target` varchar(25) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',\n `link_description` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',\n `link_visible` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y',\n `link_owner` bigint unsigned NOT NULL DEFAULT '1',\n `link_rating` int NOT NULL DEFAULT '0',\n `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',\n `link_rel` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFA"}} {"data":{"file":"boutique_wp702.sql.gz","description":"ULT '',\n `link_notes` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n `link_rss` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',\n PRIMARY KEY (`link_id`),\n KEY `link_visible` (`link_visible`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci\n--------------\n\n--------------\n/*!40101 SET character_set_client = @saved_cs_client */\n--------------\n\n--------------\nLOCK TABLES `wpol_links` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `wpol_links` DISABLE KEYS */\n--------------\n\n--------------\n/*!40000 ALTER TABLE `wpol_links` ENABLE KEYS */\n--------------\n\n--------------\nUNLOCK TABLES\n--------------\n\n--------------\nDROP TABLE IF EXISTS `wpol_options`\n--------------\n\n--------------\n/*!40101 SET @saved_cs_client = @@character_set_client */\n--------------\n\n--------------\n/*!50503 SET character_set_client = utf8mb4 */\n--------------\n\n--------------\nCREATE TABLE `wpol_options` (\n `option_id` bigint unsigned NOT NULL AUTO_INCRE"},"name":"restoring","type":"debug"} {"data":{"description":"MENT,\n `option_name` varchar(191) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '',\n `option_value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL,\n `autoload` varchar(20) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes',\n PRIMARY KEY (`option_id`),\n UNIQUE KEY `option_name` (`option_name`),\n KEY `autoload` (`autoload`)\n) ENGINE=InnoDB AUTO_INCREMENT=168 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci\n--------------\n\n--------------\n/*!40101 SET character_set_client = @saved_cs_client */\n--------------\n\n--------------\nLOCK TABLES `wpol_options` WRITE\n--------------\n\n--------------\n/*!40000 ALTER TABLE `wpol_options` DISABLE KEYS */\n--------------\n\n--------------\nINSERT INTO `wpol_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES (1,'siteurl','https://bestpromosale.com','yes'),(2,'home','https://bestpromosale.com','yes'),(3,'blogname','My Blog','yes'),(4,'blogdescription','My WordPress Blog','yes'),(5,'users_can_regis","file":"boutique_wp702.sql.gz"},"name":"restoring","type":"debug"} {"data":{"description":"ter','0','yes'),(6,'admin_email','admin@bestpromosale.com','yes'),(7,'start_of_week','1','yes'),(8,'use_balanceTags','0','yes'),(9,'use_smilies','1','yes'),(10,'require_name_email','1','yes'),(11,'comments_notify','1','yes'),(12,'posts_per_rss','10','yes'),(13,'rss_use_excerpt','0','yes'),(14,'mailserver_url','mail.example.com','yes'),(15,'mailserver_login','login@example.com','yes'),(16,'mailserver_pass','password','yes'),(17,'mailserver_port','110','yes'),(18,'default_category','1','yes'),(19,'default_comment_status','open','yes'),(20,'default_ping_status','open','yes'),(21,'default_pingback_flag','1','yes'),(22,'posts_per_page','10','yes'),(23,'date_format','F j, Y','yes'),(24,'time_format','g:i a','yes'),(25,'links_updated_date_format','F j, Y g:i a','yes'),(26,'comment_moderation','0','yes'),(27,'moderation_notify','1','yes'),(28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),(29,'rewrite_rules','a:96:{s:11:\\\"^wp-json/?$\\\";s:22:\\\"index.php?rest_route=/\\\";s:14:\\\"^wp-json/(.*)?\\\";s:33:","file":"boutique_wp702.sql.gz"},"name":"restoring","type":"debug"} {"name":"restoring","data":{"description":"\\\"index.php?rest_route=/$matches[1]\\\";s:21:\\\"^index.php/wp-json/?$\\\";s:22:\\\"index.php?rest_route=/\\\";s:24:\\\"^index.php/wp-json/(.*)?\\\";s:33:\\\"index.php?rest_route=/$matches[1]\\\";s:17:\\\"^wp-sitemap\\\\.xml$\\\";s:23:\\\"index.php?sitemap=index\\\";s:17:\\\"^wp-sitemap\\\\.xsl$\\\";s:36:\\\"index.php?sitemap-stylesheet=sitemap\\\";s:23:\\\"^wp-sitemap-index\\\\.xsl$\\\";s:34:\\\"index.php?sitemap-stylesheet=index\\\";s:48:\\\"^wp-sitemap-([a-z]+?)-([a-z\\\\d_-]+?)-(\\\\d+?)\\\\.xml$\\\";s:75:\\\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\\\";s:34:\\\"^wp-sitemap-([a-z]+?)-(\\\\d+?)\\\\.xml$\\\";s:47:\\\"index.php?sitemap=$matches[1]&paged=$matches[2]\\\";s:47:\\\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\\\";s:52:\\\"index.php?category_name=$matches[1]&feed=$matches[2]\\\";s:42:\\\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\\\";s:52:\\\"index.php?category_name=$matches[1]&feed=$matches[2]\\\";s:23:\\\"category/(.+?)/embed/?$\\\";s:46:\\\"index.php?category_name=$matches[1]&embed=true\\\";s:35:\\\"category/(.+?)/page/?([0-9]{1,})/?$\\\";s:53:\\\"index.php?","file":"boutique_wp702.sql.gz"},"type":"debug"} {"name":"restoring","data":{"description":"category_name=$matches[1]&paged=$matches[2]\\\";s:17:\\\"category/(.+?)/?$\\\";s:35:\\\"index.php?category_name=$matches[1]\\\";s:44:\\\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\\\";s:42:\\\"index.php?tag=$matches[1]&feed=$matches[2]\\\";s:39:\\\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\\\";s:42:\\\"index.php?tag=$matches[1]&feed=$matches[2]\\\";s:20:\\\"tag/([^/]+)/embed/?$\\\";s:36:\\\"index.php?tag=$matches[1]&embed=true\\\";s:32:\\\"tag/([^/]+)/page/?([0-9]{1,})/?$\\\";s:43:\\\"index.php?tag=$matches[1]&paged=$matches[2]\\\";s:14:\\\"tag/([^/]+)/?$\\\";s:25:\\\"index.php?tag=$matches[1]\\\";s:45:\\\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\\\";s:50:\\\"index.php?post_format=$matches[1]&feed=$matches[2]\\\";s:40:\\\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\\\";s:50:\\\"index.php?post_format=$matches[1]&feed=$matches[2]\\\";s:21:\\\"type/([^/]+)/embed/?$\\\";s:44:\\\"index.php?post_format=$matches[1]&embed=true\\\";s:33:\\\"type/([^/]+)/page/?([0-9]{1,})/?$\\\";s:51:\\\"index.php?post_format=$matches[1]&paged=$matches[2]\\\";s:15:\\\"type/([^/]+)/?$\\\";s:33:\\\"index.php?post_format=$","file":"boutique_wp702.sql.gz"},"type":"debug"} {"name":"restoring","data":{"file":"boutique_wp702.sql.gz","description":"matches[1]\\\";s:12:\\\"robots\\\\.txt$\\\";s:18:\\\"index.php?robots=1\\\";s:13:\\\"favicon\\\\.ico$\\\";s:19:\\\"index.php?favicon=1\\\";s:48:\\\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\\\.php$\\\";s:18:\\\"index.php?feed=old\\\";s:20:\\\".*wp-app\\\\.php(/.*)?$\\\";s:19:\\\"index.php?error=403\\\";s:18:\\\".*wp-register.php$\\\";s:23:\\\"index.php?register=true\\\";s:32:\\\"feed/(feed|rdf|rss|rss2|atom)/?$\\\";s:27:\\\"index.php?&feed=$matches[1]\\\";s:27:\\\"(feed|rdf|rss|rss2|atom)/?$\\\";s:27:\\\"index.php?&feed=$matches[1]\\\";s:8:\\\"embed/?$\\\";s:21:\\\"index.php?&embed=true\\\";s:20:\\\"page/?([0-9]{1,})/?$\\\";s:28:\\\"index.php?&paged=$matches[1]\\\";s:41:\\\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\\\";s:42:\\\"index.php?&feed=$matches[1]&withcomments=1\\\";s:36:\\\"comments/(feed|rdf|rss|rss2|atom)/?$\\\";s:42:\\\"index.php?&feed=$matches[1]&withcomments=1\\\";s:17:\\\"comments/embed/?$\\\";s:21:\\\"index.php?&embed=true\\\";s:44:\\\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\\\";s:40:\\\"index.php?s=$matches[1]&feed=$matches[2]\\\";s:39:\\\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\\\";s:40:\\\"index.php?s"},"type":"debug"} {"type":"debug","name":"restoring","data":{"file":"boutique_wp702.sql.gz","description":"=$matches[1]&feed=$matches[2]\\\";s:20:\\\"search/(.+)/embed/?$\\\";s:34:\\\"index.php?s=$matches[1]&embed=true\\\";s:32:\\\"search/(.+)/page/?([0-9]{1,})/?$\\\";s:41:\\\"index.php?s=$matches[1]&paged=$matches[2]\\\";s:14:\\\"search/(.+)/?$\\\";s:23:\\\"index.php?s=$matches[1]\\\";s:47:\\\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\\\";s:50:\\\"index.php?author_name=$matches[1]&feed=$matches[2]\\\";s:42:\\\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\\\";s:50:\\\"index.php?author_name=$matches[1]&feed=$matches[2]\\\";s:23:\\\"author/([^/]+)/embed/?$\\\";s:44:\\\"index.php?author_name=$matches[1]&embed=true\\\";s:35:\\\"author/([^/]+)/page/?([0-9]{1,})/?$\\\";s:51:\\\"index.php?author_name=$matches[1]&paged=$matches[2]\\\";s:17:\\\"author/([^/]+)/?$\\\";s:33:\\\"index.php?author_name=$matches[1]\\\";s:69:\\\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\\\";s:80:\\\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\\\";s:64:\\\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\\\";s:80:\\\"index.php?year=$matches[1]"}} {"type":"debug","name":"restoring","data":{"file":"boutique_wp702.sql.gz","description":"&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\\\";s:45:\\\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\\\";s:74:\\\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\\\";s:57:\\\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\\\";s:81:\\\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\\\";s:39:\\\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\\\";s:63:\\\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\\\";s:56:\\\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\\\";s:64:\\\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\\\";s:51:\\\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\\\";s:64:\\\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\\\";s:32:\\\"([0-9]{4})/([0-9]{1,2})/embed/?$\\\";s:58:\\\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\\\";s:44:\\\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\\\";s:65:\\\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\\\";s:26:\\\"([0-9]{4})/([0-9]{1,2})/?$\\"}} {"type":"debug","name":"restoring","data":{"description":"\";s:47:\\\"index.php?year=$matches[1]&monthnum=$matches[2]\\\";s:43:\\\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\\\";s:43:\\\"index.php?year=$matches[1]&feed=$matches[2]\\\";s:38:\\\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\\\";s:43:\\\"index.php?year=$matches[1]&feed=$matches[2]\\\";s:19:\\\"([0-9]{4})/embed/?$\\\";s:37:\\\"index.php?year=$matches[1]&embed=true\\\";s:31:\\\"([0-9]{4})/page/?([0-9]{1,})/?$\\\";s:44:\\\"index.php?year=$matches[1]&paged=$matches[2]\\\";s:13:\\\"([0-9]{4})/?$\\\";s:26:\\\"index.php?year=$matches[1]\\\";s:58:\\\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\\\";s:32:\\\"index.php?attachment=$matches[1]\\\";s:68:\\\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\\\";s:37:\\\"index.php?attachment=$matches[1]&tb=1\\\";s:88:\\\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\\\";s:49:\\\"index.php?attachment=$matches[1]&feed=$matches[2]\\\";s:83:\\\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\\\";s:49:\\\"index.php?attachment=$matches[1]&fee","file":"boutique_wp702.sql.gz"}} {"type":"debug","name":"restoring","data":{"file":"boutique_wp702.sql.gz","description":"d=$matches[2]\\\";s:83:\\\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\\\";s:50:\\\"index.php?attachment=$matches[1]&cpage=$matches[2]\\\";s:64:\\\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\\\";s:43:\\\"index.php?attachment=$matches[1]&embed=true\\\";s:53:\\\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\\\";s:91:\\\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\\\";s:57:\\\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\\\";s:85:\\\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\\\";s:77:\\\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\\\";s:97:\\\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\\\";s:72:\\\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\\\";s:97:\\\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\\\";s:65:\\\"([0-9]{4})/("}} {"data":{"file":"boutique_wp702.sql.gz","description":"[0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\\\";s:98:\\\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\\\";s:72:\\\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\\\";s:98:\\\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\\\";s:61:\\\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\\\";s:97:\\\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\\\";s:47:\\\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\\\";s:32:\\\"index.php?attachment=$matches[1]\\\";s:57:\\\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\\\";s:37:\\\"index.php?attachment=$matches[1]&tb=1\\\";s:77:\\\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\\\";s:49:\\\"index.php?attachment=$matches[1]&feed=$matches[2]\\\";s:72:\\\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\\\";s:49:\\\"index.php?attachment=$matches[1]&feed=$match"},"name":"restoring","type":"debug"} {"type":"debug","data":{"description":"es[2]\\\";s:72:\\\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\\\";s:50:\\\"index.php?attachment=$matches[1]&cpage=$matches[2]\\\";s:53:\\\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\\\";s:43:\\\"index.php?attachment=$matches[1]&embed=true\\\";s:64:\\\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\\\";s:81:\\\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\\\";s:51:\\\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\\\";s:65:\\\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\\\";s:38:\\\"([0-9]{4})/comment-page-([0-9]{1,})/?$\\\";s:44:\\\"index.php?year=$matches[1]&cpage=$matches[2]\\\";s:27:\\\".?.+?/attachment/([^/]+)/?$\\\";s:32:\\\"index.php?attachment=$matches[1]\\\";s:37:\\\".?.+?/attachment/([^/]+)/trackback/?$\\\";s:37:\\\"index.php?attachment=$matches[1]&tb=1\\\";s:57:\\\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\\\";s:49:\\\"index.php?attachment=$matches[1]&feed=$matches[2]\\\";s:52:\\\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)","file":"boutique_wp702.sql.gz"},"name":"restoring"} {"data":{"description":"/?$\\\";s:49:\\\"index.php?attachment=$matches[1]&feed=$matches[2]\\\";s:52:\\\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\\\";s:50:\\\"index.php?attachment=$matches[1]&cpage=$matches[2]\\\";s:33:\\\".?.+?/attachment/([^/]+)/embed/?$\\\";s:43:\\\"index.php?attachment=$matches[1]&embed=true\\\";s:16:\\\"(.?.+?)/embed/?$\\\";s:41:\\\"index.php?pagename=$matches[1]&embed=true\\\";s:20:\\\"(.?.+?)/trackback/?$\\\";s:35:\\\"index.php?pagename=$matches[1]&tb=1\\\";s:40:\\\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\\\";s:47:\\\"index.php?pagename=$matches[1]&feed=$matches[2]\\\";s:35:\\\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\\\";s:47:\\\"index.php?pagename=$matches[1]&feed=$matches[2]\\\";s:28:\\\"(.?.+?)/page/?([0-9]{1,})/?$\\\";s:48:\\\"index.php?pagename=$matches[1]&paged=$matches[2]\\\";s:35:\\\"(.?.+?)/comment-page-([0-9]{1,})/?$\\\";s:48:\\\"index.php?pagename=$matches[1]&cpage=$matches[2]\\\";s:24:\\\"(.?.+?)(?:/([0-9]+))?/?$\\\";s:47:\\\"index.php?pagename=$matches[1]&page=$matches[2]\\\";}','yes'),(30,'hack_file','0','yes'),(31,'blog_charset','UTF-8','yes'),(32,'moderation_key","file":"boutique_wp702.sql.gz"},"name":"restoring","type":"debug"} {"name":"restoring","data":{"file":"boutique_wp702.sql.gz","description":"s','','no'),(33,'active_plugins','a:0:{}','yes'),(34,'category_base','','yes'),(35,'ping_sites','http://rpc.pingomatic.com/','yes'),(36,'comment_max_links','2','yes'),(37,'gmt_offset','0','yes'),(38,'default_email_category','1','yes'),(39,'recently_edited','','no'),(40,'template','twentytwentythree','yes'),(41,'stylesheet','twentytwentythree','yes'),(42,'comment_registration','0','yes'),(43,'html_type','text/html','yes'),(44,'use_trackback','0','yes'),(45,'default_role','subscriber','yes'),(46,'db_version','53496','yes'),(47,'uploads_use_yearmonth_folders','1','yes'),(48,'upload_path','','yes'),(49,'blog_public','1','yes'),(50,'default_link_category','2','yes'),(51,'show_on_front','posts','yes'),(52,'tag_base','','yes'),(53,'show_avatars','1','yes'),(54,'avatar_rating','G','yes'),(55,'upload_url_path','','yes'),(56,'thumbnail_size_w','150','yes'),(57,'thumbnail_size_h','150','yes'),(58,'thumbnail_crop','1','yes'),(59,'medium_size_w','300','yes'),(60,'medium_size_h','300','yes'),(61,'avatar_default','mystery',"},"type":"debug"} {"type":"debug","data":{"description":"'yes'),(62,'large_size_w','1024','yes'),(63,'large_size_h','1024','yes'),(64,'image_default_link_type','none','yes'),(65,'image_default_size','','yes'),(66,'image_default_align','','yes'),(67,'close_comments_for_old_posts','0','yes'),(68,'close_comments_days_old','14','yes'),(69,'thread_comments','1','yes'),(70,'thread_comments_depth','5','yes'),(71,'page_comments','0','yes'),(72,'comments_per_page','50','yes'),(73,'default_comments_page','newest','yes'),(74,'comment_order','asc','yes'),(75,'sticky_posts','a:0:{}','yes'),(76,'widget_categories','a:0:{}','yes'),(77,'widget_text','a:0:{}','yes'),(78,'widget_rss','a:0:{}','yes'),(79,'uninstall_plugins','a:1:{s:34:\\\"wp-clone-by-wp-academy/wpclone.php\\\";s:21:\\\"wpa_wpclone_uninstall\\\";}','no'),(80,'timezone_string','','yes'),(81,'page_for_posts','0','yes'),(82,'page_on_front','0','yes'),(83,'default_post_format','0','yes'),(84,'link_manager_enabled','0','yes'),(85,'finished_splitting_shared_terms','1','yes'),(86,'site_icon','0','yes'),(87,'medium_large_size_w','768","file":"boutique_wp702.sql.gz"},"name":"restoring"} {"data":{"file":"boutique_wp702.sql.gz","description":"','yes'),(88,'medium_large_size_h','0','yes'),(89,'wp_page_for_privacy_policy','3','yes'),(90,'show_comments_cookies_opt_in','1','yes'),(91,'admin_email_lifespan','1685369625','yes'),(92,'disallowed_keys','','no'),(93,'comment_previously_approved','1','yes'),(94,'auto_plugin_theme_update_emails','a:0:{}','no'),(95,'auto_update_core_dev','enabled','yes'),(96,'auto_update_core_minor','enabled','yes'),(97,'auto_update_core_major','enabled','yes'),(98,'wp_force_deactivated_plugins','a:0:{}','yes'),(99,'initial_db_version','53496','yes'),(100,'wpol_user_roles','a:5:{s:13:\\\"administrator\\\";a:2:{s:4:\\\"name\\\";s:13:\\\"Administrator\\\";s:12:\\\"capabilities\\\";a:61:{s:13:\\\"switch_themes\\\";b:1;s:11:\\\"edit_themes\\\";b:1;s:16:\\\"activate_plugins\\\";b:1;s:12:\\\"edit_plugins\\\";b:1;s:10:\\\"edit_users\\\";b:1;s:10:\\\"edit_files\\\";b:1;s:14:\\\"manage_options\\\";b:1;s:17:\\\"moderate_comments\\\";b:1;s:17:\\\"manage_categories\\\";b:1;s:12:\\\"manage_links\\\";b:1;s:12:\\\"upload_files\\\";b:1;s:6:\\\"import\\\";b:1;s:15:\\\"unfiltered_html\\\";b:1;s:10:\\\"edit_posts\\"},"name":"restoring","type":"debug"} {"type":"debug","data":{"file":"boutique_wp702.sql.gz","description":"\";b:1;s:17:\\\"edit_others_posts\\\";b:1;s:20:\\\"edit_published_posts\\\";b:1;s:13:\\\"publish_posts\\\";b:1;s:10:\\\"edit_pages\\\";b:1;s:4:\\\"read\\\";b:1;s:8:\\\"level_10\\\";b:1;s:7:\\\"level_9\\\";b:1;s:7:\\\"level_8\\\";b:1;s:7:\\\"level_7\\\";b:1;s:7:\\\"level_6\\\";b:1;s:7:\\\"level_5\\\";b:1;s:7:\\\"level_4\\\";b:1;s:7:\\\"level_3\\\";b:1;s:7:\\\"level_2\\\";b:1;s:7:\\\"level_1\\\";b:1;s:7:\\\"level_0\\\";b:1;s:17:\\\"edit_others_pages\\\";b:1;s:20:\\\"edit_published_pages\\\";b:1;s:13:\\\"publish_pages\\\";b:1;s:12:\\\"delete_pages\\\";b:1;s:19:\\\"delete_others_pages\\\";b:1;s:22:\\\"delete_published_pages\\\";b:1;s:12:\\\"delete_posts\\\";b:1;s:19:\\\"delete_others_posts\\\";b:1;s:22:\\\"delete_published_posts\\\";b:1;s:20:\\\"delete_private_posts\\\";b:1;s:18:\\\"edit_private_posts\\\";b:1;s:18:\\\"read_private_posts\\\";b:1;s:20:\\\"delete_private_pages\\\";b:1;s:18:\\\"edit_private_pages\\\";b:1;s:18:\\\"read_private_pages\\\";b:1;s:12:\\\"delete_users\\\";b:1;s:12:\\\"create_users\\\";b:1;s:17:\\\"unfiltered_upload\\\";b:1;s:14:\\\"edit_dashboard\\\";b:1;s:14:\\\"update_plugins\\\";b:1;s:14:\\\"delete_plugins\\\";b:1;s:15:\\\"install_plug"},"name":"restoring"} {"type":"debug","data":{"file":"boutique_wp702.sql.gz","description":"ins\\\";b:1;s:13:\\\"update_themes\\\";b:1;s:14:\\\"install_themes\\\";b:1;s:11:\\\"update_core\\\";b:1;s:10:\\\"list_users\\\";b:1;s:12:\\\"remove_users\\\";b:1;s:13:\\\"promote_users\\\";b:1;s:18:\\\"edit_theme_options\\\";b:1;s:13:\\\"delete_themes\\\";b:1;s:6:\\\"export\\\";b:1;}}s:6:\\\"editor\\\";a:2:{s:4:\\\"name\\\";s:6:\\\"Editor\\\";s:12:\\\"capabilities\\\";a:34:{s:17:\\\"moderate_comments\\\";b:1;s:17:\\\"manage_categories\\\";b:1;s:12:\\\"manage_links\\\";b:1;s:12:\\\"upload_files\\\";b:1;s:15:\\\"unfiltered_html\\\";b:1;s:10:\\\"edit_posts\\\";b:1;s:17:\\\"edit_others_posts\\\";b:1;s:20:\\\"edit_published_posts\\\";b:1;s:13:\\\"publish_posts\\\";b:1;s:10:\\\"edit_pages\\\";b:1;s:4:\\\"read\\\";b:1;s:7:\\\"level_7\\\";b:1;s:7:\\\"level_6\\\";b:1;s:7:\\\"level_5\\\";b:1;s:7:\\\"level_4\\\";b:1;s:7:\\\"level_3\\\";b:1;s:7:\\\"level_2\\\";b:1;s:7:\\\"level_1\\\";b:1;s:7:\\\"level_0\\\";b:1;s:17:\\\"edit_others_pages\\\";b:1;s:20:\\\"edit_published_pages\\\";b:1;s:13:\\\"publish_pages\\\";b:1;s:12:\\\"delete_pages\\\";b:1;s:19:\\\"delete_others_pages\\\";b:1;s:22:\\\"delete_published_pages\\\";b:1;s:12:\\\"delete_posts\\\";b:1;s:19:\\\"delete_others_posts\\\""},"name":"restoring"} {"name":"restoring","data":{"file":"boutique_wp702.sql.gz","description":";b:1;s:22:\\\"delete_published_posts\\\";b:1;s:20:\\\"delete_private_posts\\\";b:1;s:18:\\\"edit_private_posts\\\";b:1;s:18:\\\"read_private_posts\\\";b:1;s:20:\\\"delete_private_pages\\\";b:1;s:18:\\\"edit_private_pages\\\";b:1;s:18:\\\"read_private_pages\\\";b:1;}}s:6:\\\"author\\\";a:2:{s:4:\\\"name\\\";s:6:\\\"Author\\\";s:12:\\\"capabilities\\\";a:10:{s:12:\\\"upload_files\\\";b:1;s:10:\\\"edit_posts\\\";b:1;s:20:\\\"edit_published_posts\\\";b:1;s:13:\\\"publish_posts\\\";b:1;s:4:\\\"read\\\";b:1;s:7:\\\"level_2\\\";b:1;s:7:\\\"level_1\\\";b:1;s:7:\\\"level_0\\\";b:1;s:12:\\\"delete_posts\\\";b:1;s:22:\\\"delete_published_posts\\\";b:1;}}s:11:\\\"contributor\\\";a:2:{s:4:\\\"name\\\";s:11:\\\"Contributor\\\";s:12:\\\"capabilities\\\";a:5:{s:10:\\\"edit_posts\\\";b:1;s:4:\\\"read\\\";b:1;s:7:\\\"level_1\\\";b:1;s:7:\\\"level_0\\\";b:1;s:12:\\\"delete_posts\\\";b:1;}}s:10:\\\"subscriber\\\";a:2:{s:4:\\\"name\\\";s:10:\\\"Subscriber\\\";s:12:\\\"capabilities\\\";a:2:{s:4:\\\"read\\\";b:1;s:7:\\\"level_0\\\";b:1;}}}','yes'),(101,'fresh_site','1','yes'),(102,'user_count','1','no'),(103,'widget_block','a:6:{i:2;a:1:{s:7:\\\"content\\\";s:19:\\\"<!-- wp:sear"},"type":"debug"} {"data":{"description":"ch /-->\\\";}i:3;a:1:{s:7:\\\"content\\\";s:154:\\\"<!-- wp:group --><div class=\\\"wp-block-group\\\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\\\";}i:4;a:1:{s:7:\\\"content\\\";s:227:\\\"<!-- wp:group --><div class=\\\"wp-block-group\\\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\\\"displayAvatar\\\":false,\\\"displayDate\\\":false,\\\"displayExcerpt\\\":false} /--></div><!-- /wp:group -->\\\";}i:5;a:1:{s:7:\\\"content\\\";s:146:\\\"<!-- wp:group --><div class=\\\"wp-block-group\\\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\\\";}i:6;a:1:{s:7:\\\"content\\\";s:150:\\\"<!-- wp:group --><div class=\\\"wp-block-group\\\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\\\";}s:12:\\\"_multiwidget\\\";i:1;}','yes'),(104,'sidebars_widgets','a:4:{s:19:\\\"wp_inactive_widgets\\\";a:0:{}s:9:\\\"sidebar-1\\\";a:3:{i:0;s:7:\\\"block-2\\\";i:1;s:7:\\\"block-3\\\";i:2;s:7:\\\"","file":"boutique_wp702.sql.gz"},"name":"restoring","type":"debug"} {"data":{"file":"boutique_wp702.sql.gz","description":"block-4\\\";}s:9:\\\"sidebar-2\\\";a:2:{i:0;s:7:\\\"block-5\\\";i:1;s:7:\\\"block-6\\\";}s:13:\\\"array_version\\\";i:3;}','yes'),(105,'cron','a:6:{i:1669821226;a:1:{s:34:\\\"wp_privacy_delete_old_export_files\\\";a:1:{s:32:\\\"40cd750bba9870f18aada2478b24840a\\\";a:3:{s:8:\\\"schedule\\\";s:6:\\\"hourly\\\";s:4:\\\"args\\\";a:0:{}s:8:\\\"interval\\\";i:3600;}}}i:1669860825;a:4:{s:18:\\\"wp_https_detection\\\";a:1:{s:32:\\\"40cd750bba9870f18aada2478b24840a\\\";a:3:{s:8:\\\"schedule\\\";s:10:\\\"twicedaily\\\";s:4:\\\"args\\\";a:0:{}s:8:\\\"interval\\\";i:43200;}}s:16:\\\"wp_version_check\\\";a:1:{s:32:\\\"40cd750bba9870f18aada2478b24840a\\\";a:3:{s:8:\\\"schedule\\\";s:10:\\\"twicedaily\\\";s:4:\\\"args\\\";a:0:{}s:8:\\\"interval\\\";i:43200;}}s:17:\\\"wp_update_plugins\\\";a:1:{s:32:\\\"40cd750bba9870f18aada2478b24840a\\\";a:3:{s:8:\\\"schedule\\\";s:10:\\\"twicedaily\\\";s:4:\\\"args\\\";a:0:{}s:8:\\\"interval\\\";i:43200;}}s:16:\\\"wp_update_themes\\\";a:1:{s:32:\\\"40cd750bba9870f18aada2478b24840a\\\";a:3:{s:8:\\\"schedule\\\";s:10:\\\"twicedaily\\\";s:4:\\\"args\\\";a:0:{}s:8:\\\"interval\\\";i:43200;}}}i:1669860837;a:1:{s:21:\\\"wp_update_u"},"name":"restoring","type":"debug"} {"type":"debug","data":{"description":"ser_counts\\\";a:1:{s:32:\\\"40cd750bba9870f18aada2478b24840a\\\";a:3:{s:8:\\\"schedule\\\";s:10:\\\"twicedaily\\\";s:4:\\\"args\\\";a:0:{}s:8:\\\"interval\\\";i:43200;}}}i:1669904025;a:2:{s:30:\\\"wp_site_health_scheduled_check\\\";a:1:{s:32:\\\"40cd750bba9870f18aada2478b24840a\\\";a:3:{s:8:\\\"schedule\\\";s:6:\\\"weekly\\\";s:4:\\\"args\\\";a:0:{}s:8:\\\"interval\\\";i:604800;}}s:32:\\\"recovery_mode_clean_expired_keys\\\";a:1:{s:32:\\\"40cd750bba9870f18aada2478b24840a\\\";a:3:{s:8:\\\"schedule\\\";s:5:\\\"daily\\\";s:4:\\\"args\\\";a:0:{}s:8:\\\"interval\\\";i:86400;}}}i:1669904037;a:3:{s:19:\\\"wp_scheduled_delete\\\";a:1:{s:32:\\\"40cd750bba9870f18aada2478b24840a\\\";a:3:{s:8:\\\"schedule\\\";s:5:\\\"daily\\\";s:4:\\\"args\\\";a:0:{}s:8:\\\"interval\\\";i:86400;}}s:25:\\\"delete_expired_transients\\\";a:1:{s:32:\\\"40cd750bba9870f18aada2478b24840a\\\";a:3:{s:8:\\\"schedule\\\";s:5:\\\"daily\\\";s:4:\\\"args\\\";a:0:{}s:8:\\\"interval\\\";i:86400;}}s:30:\\\"wp_scheduled_auto_draft_delete\\\";a:1:{s:32:\\\"40cd750bba9870f18aada2478b24840a\\\";a:3:{s:8:\\\"schedule\\\";s:5:\\\"daily\\\";s:4:\\\"args\\\";a:0:{}s:8:\\\"interval\\\";i:86400;}}}s:7:","file":"boutique_wp702.sql.gz"},"name":"restoring"} {"type":"debug","name":"restoring","data":{"file":"boutique_wp702.sql.gz","description":"\\\"version\\\";i:2;}','yes'),(106,'widget_pages','a:1:{s:12:\\\"_multiwidget\\\";i:1;}','yes'),(107,'widget_calendar','a:1:{s:12:\\\"_multiwidget\\\";i:1;}','yes'),(108,'widget_archives','a:1:{s:12:\\\"_multiwidget\\\";i:1;}','yes'),(109,'widget_media_audio','a:1:{s:12:\\\"_multiwidget\\\";i:1;}','yes'),(110,'widget_media_image','a:1:{s:12:\\\"_multiwidget\\\";i:1;}','yes'),(111,'widget_media_gallery','a:1:{s:12:\\\"_multiwidget\\\";i:1;}','yes'),(112,'widget_media_video','a:1:{s:12:\\\"_multiwidget\\\";i:1;}','yes'),(113,'widget_meta','a:1:{s:12:\\\"_multiwidget\\\";i:1;}','yes'),(114,'widget_search','a:1:{s:12:\\\"_multiwidget\\\";i:1;}','yes'),(115,'widget_recent-posts','a:1:{s:12:\\\"_multiwidget\\\";i:1;}','yes'),(116,'widget_recent-comments','a:1:{s:12:\\\"_multiwidget\\\";i:1;}','yes'),(117,'widget_tag_cloud','a:1:{s:12:\\\"_multiwidget\\\";i:1;}','yes'),(118,'widget_nav_menu','a:1:{s:12:\\\"_multiwidget\\\";i:1;}','yes'),(119,'widget_custom_html','a:1:{s:12:\\\"_multiwidget\\\";i:1;}','yes'),(120,'recovery_keys','a:0:{}','yes'),(121,'theme_mods_twentytwentyth"}} {"data":{"description":"ree','a:1:{s:18:\\\"custom_css_post_id\\\";i:-1;}','yes'),(123,'_transient_timeout_global_styles_twentytwentythree','1669817686','no'),(124,'_transient_global_styles_twentytwentythree','body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--base: #ffffff;--wp--preset--color--contrast: #000000;--wp--preset--color--primary: #9DFF20;--wp--preset--color--secondary: #345C00;--wp--preset--color--tertiary: #F6F6F6;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224)","file":"boutique_wp702.sql.gz"},"name":"restoring","type":"debug"} {"data":{"description":" 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,11","file":"boutique_wp702.sql.gz"},"name":"restoring","type":"debug"} {"data":{"description":"2) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\\'#wp-duotone-dark-grayscale\\');--wp--preset--duotone--grayscale: url(\\'#wp-duotone-grayscale\\');--wp--preset--duotone--purple-yellow: url(\\'#wp-duotone-purple-yellow\\');--wp--preset--duotone--blue-red: url(\\'#wp-duotone-blue-red\\');--wp--preset--duotone--midnight: url(\\'#wp-duotone-midnight\\');--wp--preset--duotone--magenta-yellow: url(\\'#wp-duotone-magenta-yellow\\');--wp--preset--duotone--purple-green: url(\\'#wp-duotone-purple-green\\');--wp--preset--duotone--blue-orange: url(\\'#wp-duotone-blue-orange\\');--wp--preset--font-size--small: clamp(0.875rem, 0.875rem + ((1vw - 0.48rem) * 0.24), 1rem);--wp--pre","file":"boutique_wp702.sql.gz"},"name":"restoring","type":"debug"} {"type":"debug","name":"restoring","data":{"description":"set--font-size--medium: clamp(1rem, 1rem + ((1vw - 0.48rem) * 0.24), 1.125rem);--wp--preset--font-size--large: clamp(1.75rem, 1.75rem + ((1vw - 0.48rem) * 0.24), 1.875rem);--wp--preset--font-size--x-large: 2.25rem;--wp--preset--font-size--xx-large: clamp(4rem, 4rem + ((1vw - 0.48rem) * 11.538), 10rem);--wp--preset--font-family--dm-sans: \\\"DM Sans\\\", sans-serif;--wp--preset--font-family--ibm-plex-mono: \\'IBM Plex Mono\\', monospace;--wp--preset--font-family--inter: \\\"Inter\\\", sans-serif;--wp--preset--font-family--system-font: -apple-system,BlinkMacSystemFont,\\\"Segoe UI\\\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\\\"Helvetica Neue\\\",sans-serif;--wp--preset--font-family--source-serif-pro: \\\"Source Serif Pro\\\", serif;--wp--preset--spacing--30: clamp(1.5rem, 5vw, 2rem);--wp--preset--spacing--40: clamp(1.8rem, 1.8rem + ((1vw - 0.48rem) * 2.885), 3rem);--wp--preset--spacing--50: clamp(2.5rem, 8vw, 4.5rem);--wp--preset--spacing--60: clamp(3.75rem, 10vw, 7rem);--wp--preset--spacing--70: clamp(5rem, 5.25rem + ((1vw - 0.48rem) ","file":"boutique_wp702.sql.gz"}} {"name":"restoring","data":{"file":"boutique_wp702.sql.gz","description":"* 9.096), 8rem);--wp--preset--spacing--80: clamp(7rem, 14vw, 11rem);}body { margin: 0;--wp--style--global--content-size: 650px;--wp--style--global--wide-size: 1200px; }.wp-site-blocks { padding-top: var(--wp--style--root--padding-top); padding-bottom: var(--wp--style--root--padding-bottom); }.has-global-padding { padding-right: var(--wp--style--root--padding-right); padding-left: var(--wp--style--root--padding-left); }.has-global-padding :where(.has-global-padding) { padding-right: 0; padding-left: 0; }.has-global-padding > .alignfull { margin-right: calc(var(--wp--style--root--padding-right) * -1); margin-left: calc(var(--wp--style--root--padding-left) * -1); }.has-global-padding :where(.has-global-padding) > .alignfull { margin-right: 0; margin-left: 0; }.has-global-padding > .alignfull:where(:not(.has-global-padding)) > :where([class*=\\\"wp-block-\\\"]:not(.alignfull):not([class*=\\\"__\\\"]),p,h1,h2,h3,h4,h5,h6,ul,ol) { padding-right: var(--wp--style--root--padding-right); padding-left: var(--wp--style--root--pa"},"type":"debug"} {"data":{"description":"dding-left); }.has-global-padding :where(.has-global-padding) > .alignfull:where(:not(.has-global-padding)) > :where([class*=\\\"wp-block-\\\"]:not(.alignfull):not([class*=\\\"__\\\"]),p,h1,h2,h3,h4,h5,h6,ul,ol) { padding-right: 0; padding-left: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }.wp-site-blocks > * { margin-block-start: 0; margin-block-end: 0; }.wp-site-blocks > * + * { margin-block-start: 1.5rem; }body { --wp--style--block-gap: 1.5rem; }body .is-layout-flow > *{margin-block-start: 0;margin-block-end: 0;}body .is-layout-flow > * + *{margin-block-start: 1.5rem;margin-block-end: 0;}body .is-layout-constrained > *{margin-block-start: 0;margin-block-end: 0;}body .is-layout-constrained > * + *{margin-block-start: 1.5rem;margin-block-end: 0;}body .is-layout-flex{gap: 1.5rem;}body .is-layout-flow > .alignleft{float: left;margin-in","file":"boutique_wp702.sql.gz"},"name":"restoring","type":"debug"} {"name":"restoring","data":{"description":"line-start: 0;margin-inline-end: 2em;}body .is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}body .is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}body .is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}body .is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}body .is-layout-flex{flex-wrap: wrap;align-items: center;}body .is-layout-flex > *{margin: 0;}body{background-color: var(--wp--preset--color--base);color: var(--wp--pr","file":"boutique_wp702.sql.gz"},"type":"debug"} {"type":"debug","name":"restoring","data":{"file":"boutique_wp702.sql.gz","description":"eset--color--contrast);font-family: var(--wp--preset--font-family--system-font);font-size: var(--wp--preset--font-size--medium);line-height: 1.6;--wp--style--root--padding-top: var(--wp--preset--spacing--40);--wp--style--root--padding-right: var(--wp--preset--spacing--30);--wp--style--root--padding-bottom: var(--wp--preset--spacing--40);--wp--style--root--padding-left: var(--wp--preset--spacing--30);}a:where(:not(.wp-element-button)){color: var(--wp--preset--color--contrast);text-decoration: underline;}a:where(:not(.wp-element-button)):hover{text-decoration: none;}a:where(:not(.wp-element-button)):focus{text-decoration: underline dashed;}a:where(:not(.wp-element-button)):active{color: var(--wp--preset--color--secondary);text-decoration: none;}h1, h2, h3, h4, h5, h6{font-weight: 400;line-height: 1.4;}h1{font-size: clamp(2.719rem, 2.719rem + ((1vw - 0.48rem) * 1.742), 3.625rem);line-height: 1.2;}h2{font-size: clamp(2.625rem, calc(2.625rem + ((1vw - 0.48rem) * 8.4135)), 3.25rem);line-height: 1.2;}h3{font-size: v"}} {"type":"debug","data":{"description":"ar(--wp--preset--font-size--x-large);}h4{font-size: var(--wp--preset--font-size--large);}h5{font-size: var(--wp--preset--font-size--medium);font-weight: 700;text-transform: uppercase;}h6{font-size: var(--wp--preset--font-size--medium);text-transform: uppercase;}.wp-element-button, .wp-block-button__link{background-color: var(--wp--preset--color--primary);border-radius: 0;border-width: 0;color: var(--wp--preset--color--contrast);font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.wp-element-button:visited, .wp-block-button__link:visited{color: var(--wp--preset--color--contrast);}.wp-element-button:hover, .wp-block-button__link:hover{background-color: var(--wp--preset--color--contrast);color: var(--wp--preset--color--base);}.wp-element-button:focus, .wp-block-button__link:focus{background-color: var(--wp--preset--color--contrast);color: var(--wp--preset--color--base);}.wp-element-button:active, .wp-block-button__link:active{backgr","file":"boutique_wp702.sql.gz"},"name":"restoring"} {"data":{"file":"boutique_wp702.sql.gz","description":"ound-color: var(--wp--preset--color--secondary);color: var(--wp--preset--color--base);}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vi"},"name":"restoring","type":"debug"} {"type":"debug","name":"restoring","data":{"file":"boutique_wp702.sql.gz","description":"vid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-base-color{color: var(--wp--preset--color--base) !important;}.has-contrast-color{color: var(--wp--preset--color--contrast) !important;}.has-primary-color{color: var(--wp--preset--color--primary) !important;}.has-secondary-color{color: var(--wp--preset--color--secondary) !important;}.has-tertiary-color{color: var(--wp--preset--color--tertiary) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-viv"}} {"data":{"file":"boutique_wp702.sql.gz","description":"id-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-base-background-color{background-color: var(--wp--preset--color--base) !important;}.has-contrast-background-color{background-color: var(--wp--preset--color--contrast) !important;}.has-primary-background-color{background-color: var(--wp--preset--color--primary) !important;}.has-secondary-background-color{background-color: var(--w"},"name":"restoring","type":"debug"} {"type":"debug","data":{"description":"p--preset--color--secondary) !important;}.has-tertiary-background-color{background-color: var(--wp--preset--color--tertiary) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-","file":"boutique_wp702.sql.gz"},"name":"restoring"} {"type":"debug","name":"restoring","data":{"description":"pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-base-border-color{border-color: var(--wp--preset--color--base) !important;}.has-contrast-border-color{border-color: var(--wp--preset--color--contrast) !important;}.has-primary-border-color{border-color: var(--wp--preset--color--primary) !important;}.has-secondary-border-color{border-color: var(--wp--preset--color--secondary) !important;}.has-tertiary-border-color{border-color: var(--wp--preset--color--tertiary) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-","file":"boutique_wp702.sql.gz"}} {"data":{"description":"luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-elec","file":"boutique_wp702.sql.gz"},"name":"restoring","type":"debug"} {"type":"debug","data":{"file":"boutique_wp702.sql.gz","description":"tric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}.has-xx-large-font-size{font-size: var(--wp--preset--font-size--xx-large) !important;}.has-dm-sans-font-family{font-family: var(--wp--preset--font-family--dm-sans) !important;}.has-ibm-plex-mono-font-family{font-family: var(--wp--preset--font-family--ibm-plex-mono) !important;}.has-inter-font-family{font-family: var(--wp--preset--font-family--inter) !important;}.has-system-font-font-family{font-family: var(--wp--preset--font-family--system-font) !important;}.has-source-serif-pro-font-family{font-fa"},"name":"restoring"} {"type":"debug","data":{"file":"boutique_wp702.sql.gz","description":"mily: var(--wp--preset--font-family--source-serif-pro) !important;}','no'),(125,'_transient_timeout_global_styles_svg_filters_twentytwentythree','1669817686','no'),(126,'_transient_global_styles_svg_filters_twentytwentythree','<svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 0 0\\\" width=\\\"0\\\" height=\\\"0\\\" focusable=\\\"false\\\" role=\\\"none\\\" style=\\\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\\\" ><defs><filter id=\\\"wp-duotone-dark-grayscale\\\"><feColorMatrix color-interpolation-filters=\\\"sRGB\\\" type=\\\"matrix\\\" values=\\\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \\\" /><feComponentTransfer color-interpolation-filters=\\\"sRGB\\\" ><feFuncR type=\\\"table\\\" tableValues=\\\"0 0.49803921568627\\\" /><feFuncG type=\\\"table\\\" tableValues=\\\"0 0.49803921568627\\\" /><feFuncB type=\\\"table\\\" tableValues=\\\"0 0.49803921568627\\\" /><feFuncA type=\\\"table\\\" tableValues=\\\"1 1\\\" /></feComponentTransfer><feComposite in2=\\\"SourceGraphic\\\" operator=\\\"in\\\" /></filter></defs></svg><"},"name":"restoring"} {"type":"debug","data":{"file":"boutique_wp702.sql.gz","description":"svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 0 0\\\" width=\\\"0\\\" height=\\\"0\\\" focusable=\\\"false\\\" role=\\\"none\\\" style=\\\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\\\" ><defs><filter id=\\\"wp-duotone-grayscale\\\"><feColorMatrix color-interpolation-filters=\\\"sRGB\\\" type=\\\"matrix\\\" values=\\\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \\\" /><feComponentTransfer color-interpolation-filters=\\\"sRGB\\\" ><feFuncR type=\\\"table\\\" tableValues=\\\"0 1\\\" /><feFuncG type=\\\"table\\\" tableValues=\\\"0 1\\\" /><feFuncB type=\\\"table\\\" tableValues=\\\"0 1\\\" /><feFuncA type=\\\"table\\\" tableValues=\\\"1 1\\\" /></feComponentTransfer><feComposite in2=\\\"SourceGraphic\\\" operator=\\\"in\\\" /></filter></defs></svg><svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 0 0\\\" width=\\\"0\\\" height=\\\"0\\\" focusable=\\\"false\\\" role=\\\"none\\\" style=\\\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\\\" ><defs><filter id=\\\"wp-duotone-purple-yellow\\\"><feColorMatrix color-interpo"},"name":"restoring"} {"type":"debug","data":{"description":"lation-filters=\\\"sRGB\\\" type=\\\"matrix\\\" values=\\\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \\\" /><feComponentTransfer color-interpolation-filters=\\\"sRGB\\\" ><feFuncR type=\\\"table\\\" tableValues=\\\"0.54901960784314 0.98823529411765\\\" /><feFuncG type=\\\"table\\\" tableValues=\\\"0 1\\\" /><feFuncB type=\\\"table\\\" tableValues=\\\"0.71764705882353 0.25490196078431\\\" /><feFuncA type=\\\"table\\\" tableValues=\\\"1 1\\\" /></feComponentTransfer><feComposite in2=\\\"SourceGraphic\\\" operator=\\\"in\\\" /></filter></defs></svg><svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 0 0\\\" width=\\\"0\\\" height=\\\"0\\\" focusable=\\\"false\\\" role=\\\"none\\\" style=\\\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\\\" ><defs><filter id=\\\"wp-duotone-blue-red\\\"><feColorMatrix color-interpolation-filters=\\\"sRGB\\\" type=\\\"matrix\\\" values=\\\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \\\" /><feComponentTransfer color-interpolation-filters=\\\"sRGB\\\" ><feFuncR type=\\\"table\\\" table","file":"boutique_wp702.sql.gz"},"name":"restoring"} {"type":"debug","data":{"description":"Values=\\\"0 1\\\" /><feFuncG type=\\\"table\\\" tableValues=\\\"0 0.27843137254902\\\" /><feFuncB type=\\\"table\\\" tableValues=\\\"0.5921568627451 0.27843137254902\\\" /><feFuncA type=\\\"table\\\" tableValues=\\\"1 1\\\" /></feComponentTransfer><feComposite in2=\\\"SourceGraphic\\\" operator=\\\"in\\\" /></filter></defs></svg><svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 0 0\\\" width=\\\"0\\\" height=\\\"0\\\" focusable=\\\"false\\\" role=\\\"none\\\" style=\\\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\\\" ><defs><filter id=\\\"wp-duotone-midnight\\\"><feColorMatrix color-interpolation-filters=\\\"sRGB\\\" type=\\\"matrix\\\" values=\\\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \\\" /><feComponentTransfer color-interpolation-filters=\\\"sRGB\\\" ><feFuncR type=\\\"table\\\" tableValues=\\\"0 0\\\" /><feFuncG type=\\\"table\\\" tableValues=\\\"0 0.64705882352941\\\" /><feFuncB type=\\\"table\\\" tableValues=\\\"0 1\\\" /><feFuncA type=\\\"table\\\" tableValues=\\\"1 1\\\" /></feComponentTransfer><feComposite in2=\\\"SourceGraphic\\\" operator","file":"boutique_wp702.sql.gz"},"name":"restoring"} {"type":"debug","data":{"description":"=\\\"in\\\" /></filter></defs></svg><svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 0 0\\\" width=\\\"0\\\" height=\\\"0\\\" focusable=\\\"false\\\" role=\\\"none\\\" style=\\\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\\\" ><defs><filter id=\\\"wp-duotone-magenta-yellow\\\"><feColorMatrix color-interpolation-filters=\\\"sRGB\\\" type=\\\"matrix\\\" values=\\\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \\\" /><feComponentTransfer color-interpolation-filters=\\\"sRGB\\\" ><feFuncR type=\\\"table\\\" tableValues=\\\"0.78039215686275 1\\\" /><feFuncG type=\\\"table\\\" tableValues=\\\"0 0.94901960784314\\\" /><feFuncB type=\\\"table\\\" tableValues=\\\"0.35294117647059 0.47058823529412\\\" /><feFuncA type=\\\"table\\\" tableValues=\\\"1 1\\\" /></feComponentTransfer><feComposite in2=\\\"SourceGraphic\\\" operator=\\\"in\\\" /></filter></defs></svg><svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 0 0\\\" width=\\\"0\\\" height=\\\"0\\\" focusable=\\\"false\\\" role=\\\"none\\\" style=\\\"visibility: hidden; position: absolute; left: -9999p","file":"boutique_wp702.sql.gz"},"name":"restoring"} {"name":"restoring","data":{"file":"boutique_wp702.sql.gz","description":"x; overflow: hidden;\\\" ><defs><filter id=\\\"wp-duotone-purple-green\\\"><feColorMatrix color-interpolation-filters=\\\"sRGB\\\" type=\\\"matrix\\\" values=\\\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \\\" /><feComponentTransfer color-interpolation-filters=\\\"sRGB\\\" ><feFuncR type=\\\"table\\\" tableValues=\\\"0.65098039215686 0.40392156862745\\\" /><feFuncG type=\\\"table\\\" tableValues=\\\"0 1\\\" /><feFuncB type=\\\"table\\\" tableValues=\\\"0.44705882352941 0.4\\\" /><feFuncA type=\\\"table\\\" tableValues=\\\"1 1\\\" /></feComponentTransfer><feComposite in2=\\\"SourceGraphic\\\" operator=\\\"in\\\" /></filter></defs></svg><svg xmlns=\\\"http://www.w3.org/2000/svg\\\" viewBox=\\\"0 0 0 0\\\" width=\\\"0\\\" height=\\\"0\\\" focusable=\\\"false\\\" role=\\\"none\\\" style=\\\"visibility: hidden; position: absolute; left: -9999px; overflow: hidden;\\\" ><defs><filter id=\\\"wp-duotone-blue-orange\\\"><feColorMatrix color-interpolation-filters=\\\"sRGB\\\" type=\\\"matrix\\\" values=\\\" .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 .299 .587 .114 0 0 \\\" /><"},"type":"debug"} {"name":"restoring","data":{"file":"boutique_wp702.sql.gz","description":"feComponentTransfer color-interpolation-filters=\\\"sRGB\\\" ><feFuncR type=\\\"table\\\" tableValues=\\\"0.098039215686275 1\\\" /><feFuncG type=\\\"table\\\" tableValues=\\\"0 0.66274509803922\\\" /><feFuncB type=\\\"table\\\" tableValues=\\\"0.84705882352941 0.41960784313725\\\" /><feFuncA type=\\\"table\\\" tableValues=\\\"1 1\\\" /></feComponentTransfer><feComposite in2=\\\"SourceGraphic\\\" operator=\\\"in\\\" /></filter></defs></svg>','no'),(127,'https_detection_errors','a:0:{}','yes'),(128,'_site_transient_update_core','O:8:\\\"stdClass\\\":4:{s:7:\\\"updates\\\";a:1:{i:0;O:8:\\\"stdClass\\\":10:{s:8:\\\"response\\\";s:6:\\\"latest\\\";s:8:\\\"download\\\";s:59:\\\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\\\";s:6:\\\"locale\\\";s:5:\\\"en_US\\\";s:8:\\\"packages\\\";O:8:\\\"stdClass\\\":5:{s:4:\\\"full\\\";s:59:\\\"https://downloads.wordpress.org/release/wordpress-6.1.1.zip\\\";s:10:\\\"no_content\\\";s:70:\\\"https://downloads.wordpress.org/release/wordpress-6.1.1-no-content.zip\\\";s:11:\\\"new_bundled\\\";s:71:\\\"https://downloads.wordpress.org/release/wordpress-6.1.1-new-bundled.zip\\\";"},"type":"debug"} {"type":"debug","name":"restoring","data":{"description":"s:7:\\\"partial\\\";s:0:\\\"\\\";s:8:\\\"rollback\\\";s:0:\\\"\\\";}s:7:\\\"current\\\";s:5:\\\"6.1.1\\\";s:7:\\\"version\\\";s:5:\\\"6.1.1\\\";s:11:\\\"php_version\\\";s:6:\\\"5.6.20\\\";s:13:\\\"mysql_version\\\";s:3:\\\"5.0\\\";s:11:\\\"new_bundled\\\";s:3:\\\"6.1\\\";s:15:\\\"partial_version\\\";s:0:\\\"\\\";}}s:12:\\\"last_checked\\\";i:1669817626;s:15:\\\"version_checked\\\";s:5:\\\"6.1.1\\\";s:12:\\\"translations\\\";a:0:{}}','no'),(131,'_site_transient_timeout_theme_roots','1669819426','no'),(132,'_site_transient_theme_roots','a:3:{s:15:\\\"twentytwentyone\\\";s:7:\\\"/themes\\\";s:17:\\\"twentytwentythree\\\";s:7:\\\"/themes\\\";s:15:\\\"twentytwentytwo\\\";s:7:\\\"/themes\\\";}','no'),(133,'_site_transient_update_themes','O:8:\\\"stdClass\\\":5:{s:12:\\\"last_checked\\\";i:1669817659;s:7:\\\"checked\\\";a:3:{s:15:\\\"twentytwentyone\\\";s:3:\\\"1.7\\\";s:17:\\\"twentytwentythree\\\";s:3:\\\"1.0\\\";s:15:\\\"twentytwentytwo\\\";s:3:\\\"1.3\\\";}s:8:\\\"response\\\";a:0:{}s:9:\\\"no_update\\\";a:3:{s:15:\\\"twentytwentyone\\\";a:6:{s:5:\\\"theme\\\";s:15:\\\"twentytwentyone\\\";s:11:\\\"new_version\\\";s:3:\\\"1.7\\\";s:3:\\\"url\\\";s:45:\\\"https://wordpress.org/themes/","file":"boutique_wp702.sql.gz"}} {"type":"debug","name":"restoring","data":{"description":"twentytwentyone/\\\";s:7:\\\"package\\\";s:61:\\\"https://downloads.wordpress.org/theme/twentytwentyone.1.7.zip\\\";s:8:\\\"requires\\\";s:3:\\\"5.3\\\";s:12:\\\"requires_php\\\";s:3:\\\"5.6\\\";}s:17:\\\"twentytwentythree\\\";a:6:{s:5:\\\"theme\\\";s:17:\\\"twentytwentythree\\\";s:11:\\\"new_version\\\";s:3:\\\"1.0\\\";s:3:\\\"url\\\";s:47:\\\"https://wordpress.org/themes/twentytwentythree/\\\";s:7:\\\"package\\\";s:63:\\\"https://downloads.wordpress.org/theme/twentytwentythree.1.0.zip\\\";s:8:\\\"requires\\\";s:3:\\\"6.1\\\";s:12:\\\"requires_php\\\";s:3:\\\"5.6\\\";}s:15:\\\"twentytwentytwo\\\";a:6:{s:5:\\\"theme\\\";s:15:\\\"twentytwentytwo\\\";s:11:\\\"new_version\\\";s:3:\\\"1.3\\\";s:3:\\\"url\\\";s:45:\\\"https://wordpress.org/themes/twentytwentytwo/\\\";s:7:\\\"package\\\";s:61:\\\"https://downloads.wordpress.org/theme/twentytwentytwo.1.3.zip\\\";s:8:\\\"requires\\\";s:3:\\\"5.9\\\";s:12:\\\"requires_php\\\";s:3:\\\"5.6\\\";}}s:12:\\\"translations\\\";a:0:{}}','no'),(134,'_site_transient_timeout_browser_792de51e4d5be52a35f55f3570193fc3','1670422437','no'),(135,'_site_transient_browser_792de51e4d5be52a35f55f3570193fc3','a:10:{s:4:\\\"","file":"boutique_wp702.sql.gz"}} {"name":"restoring","data":{"description":"name\\\";s:6:\\\"Chrome\\\";s:7:\\\"version\\\";s:9:\\\"107.0.0.0\\\";s:8:\\\"platform\\\";s:7:\\\"Windows\\\";s:10:\\\"update_url\\\";s:29:\\\"https://www.google.com/chrome\\\";s:7:\\\"img_src\\\";s:43:\\\"http://s.w.org/images/browsers/chrome.png?1\\\";s:11:\\\"img_src_ssl\\\";s:44:\\\"https://s.w.org/images/browsers/chrome.png?1\\\";s:15:\\\"current_version\\\";s:2:\\\"18\\\";s:7:\\\"upgrade\\\";b:0;s:8:\\\"insecure\\\";b:0;s:6:\\\"mobile\\\";b:0;}','no'),(136,'_site_transient_timeout_php_check_e9a080274371e157ce748ced527522b3','1670422437','no'),(137,'_site_transient_php_check_e9a080274371e157ce748ced527522b3','a:5:{s:19:\\\"recommended_version\\\";s:3:\\\"7.4\\\";s:15:\\\"minimum_version\\\";s:6:\\\"5.6.20\\\";s:12:\\\"is_supported\\\";b:1;s:9:\\\"is_secure\\\";b:1;s:13:\\\"is_acceptable\\\";b:1;}','no'),(139,'_site_transient_timeout_community-events-451c2e2b4f164cfa60531bcb5b27a76b','1669860842','no'),(140,'_site_transient_community-events-451c2e2b4f164cfa60531bcb5b27a76b','a:4:{s:9:\\\"sandboxed\\\";b:0;s:5:\\\"error\\\";N;s:8:\\\"location\\\";a:1:{s:2:\\\"ip\\\";s:12:\\\"119.73.114.0\\\";}s:6:\\\"events\\\";a:0:{}}',","file":"boutique_wp702.sql.gz"},"type":"debug"} {"type":"debug","name":"restoring","data":{"description":"'no'),(141,'_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3','1669860842','no'),(142,'_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3','a:4:{s:5:\\\"child\\\";a:1:{s:0:\\\"\\\";a:1:{s:3:\\\"rss\\\";a:1:{i:0;a:6:{s:4:\\\"data\\\";s:3:\\\"\\n\\n\\n\\\";s:7:\\\"attribs\\\";a:1:{s:0:\\\"\\\";a:1:{s:7:\\\"version\\\";s:3:\\\"2.0\\\";}}s:8:\\\"xml_base\\\";s:0:\\\"\\\";s:17:\\\"xml_base_explicit\\\";b:0;s:8:\\\"xml_lang\\\";s:0:\\\"\\\";s:5:\\\"child\\\";a:1:{s:0:\\\"\\\";a:1:{s:7:\\\"channel\\\";a:1:{i:0;a:6:{s:4:\\\"data\\\";s:52:\\\"\\n\t\\n\t\\n\t\\n\t\\n\t\\n\t\\n\t\\n\t\\n\t\\n\\n \\n\t\\n\t\t\\n\t\t\\n\t\t\\n\t\t\\n\t\t\\n\t\t\\n\t\t\\n\t\t\\n\t\t\\n\t\\\";s:7:\\\"attribs\\\";a:0:{}s:8:\\\"xml_base\\\";s:0:\\\"\\\";s:17:\\\"xml_base_explicit\\\";b:0;s:8:\\\"xml_lang\\\";s:0:\\\"\\\";s:5:\\\"child\\\";a:4:{s:0:\\\"\\\";a:8:{s:5:\\\"title\\\";a:1:{i:0;a:5:{s:4:\\\"data\\\";s:14:\\\"WordPress News\\\";s:7:\\\"attribs\\\";a:0:{}s:8:\\\"xml_base\\\";s:0:\\\"\\\";s:17:\\\"xml_base_explicit\\\";b:0;s:8:\\\"xml_lang\\\";s:0:\\\"\\\";}}s:4:\\\"link\\\";a:1:{i:0;a:5:{s:4:\\\"data\\\";s:26:\\\"https://wordpress.org/news\\\";s:7:\\\"attribs\\\";a:0:{}s:8:\\\"xml_base\\\";s:0:\\\"\\\";s:17:\\\"xml_base_explicit\\\";b:0;s:8:\\\"xml_lan","file":"boutique_wp702.sql.gz"}} {"data":{"description":"g\\\";s:0:\\\"\\\";}}s:11:\\\"description\\\";a:1:{i:0;a:5:{s:4:\\\"data\\\";s:59:\\\"The latest news about WordPress and the WordPress community\\\";s:7:\\\"attribs\\\";a:0:{}s:8:\\\"xml_base\\\";s:0:\\\"\\\";s:17:\\\"xml_base_explicit\\\";b:0;s:8:\\\"xml_lang\\\";s:0:\\\"\\\";}}s:13:\\\"lastBuildDate\\\";a:1:{i:0;a:5:{s:4:\\\"data\\\";s:31:\\\"Tue, 29 Nov 2022 20:04:26 +0000\\\";s:7:\\\"attribs\\\";a:0:{}s:8:\\\"xml_base\\\";s:0:\\\"\\\";s:17:\\\"xml_base_explicit\\\";b:0;s:8:\\\"xml_lang\\\";s:0:\\\"\\\";}}s:8:\\\"language\\\";a:1:{i:0;a:5:{s:4:\\\"data\\\";s:5:\\\"en-US\\\";s:7:\\\"attribs\\\";a:0:{}s:8:\\\"xml_base\\\";s:0:\\\"\\\";s:17:\\\"xml_base_explicit\\\";b:0;s:8:\\\"xml_lang\\\";s:0:\\\"\\\";}}s:9:\\\"generator\\\";a:1:{i:0;a:5:{s:4:\\\"data\\\";s:40:\\\"https://wordpress.org/?v=6.2-alpha-54904\\\";s:7:\\\"attribs\\\";a:0:{}s:8:\\\"xml_base\\\";s:0:\\\"\\\";s:17:\\\"xml_base_explicit\\\";b:0;s:8:\\\"xml_lang\\\";s:0:\\\"\\\";}}s:5:\\\"image\\\";a:1:{i:0;a:6:{s:4:\\\"data\\\";s:11:\\\"\\n\t\\n\t\\n\t\\n\t\\n\t\\n\\\";s:7:\\\"attribs\\\";a:0:{}s:8:\\\"xml_base\\\";s:0:\\\"\\\";s:17:\\\"xml_base_explicit\\\";b:0;s:8:\\\"xml_lang\\\";s:0:\\\"\\\";s:5:\\\"child\\\";a:1:{s:0:\\\"\\\";a:5:{s:3:\\\"url\\\";a:","file":"boutique_wp702.sql.gz"},"name":"restoring","type":"debug"} {"type":"debug","data":{"description":"1:{i:0;a:5:{s:4:\\\"data\\\";s:29:\\\"https://s.w.org/favicon.ico?2\\\";s:7:\\\"attribs\\\";a:0:{}s:8:\\\"xml_base\\\";s:0:\\\"\\\";s:17:\\\"xml_base_explicit\\\";b:0;s:8:\\\"xml_lang\\\";s:0:\\\"\\\";}}s:5:\\\"title\\\";a:1:{i:0;a:5:{s:4:\\\"data\\\";s:14:\\\"WordPress News\\\";s:7:\\\"attribs\\\";a:0:{}s:8:\\\"xml_base\\\";s:0:\\\"\\\";s:17:\\\"xml_base_explicit\\\";b:0;s:8:\\\"xml_lang\\\";s:0:\\\"\\\";}}s:4:\\\"link\\\";a:1:{i:0;a:5:{s:4:\\\"data\\\";s:26:\\\"https://wordpress.org/news\\\";s:7:\\\"attribs\\\";a:0:{}s:8:\\\"xml_base\\\";s:0:\\\"\\\";s:17:\\\"xml_base_explicit\\\";b:0;s:8:\\\"xml_lang\\\";s:0:\\\"\\\";}}s:5:\\\"width\\\";a:1:{i:0;a:5:{s:4:\\\"data\\\";s:2:\\\"32\\\";s:7:\\\"attribs\\\";a:0:{}s:8:\\\"xml_base\\\";s:0:\\\"\\\";s:17:\\\"xml_base_explicit\\\";b:0;s:8:\\\"xml_lang\\\";s:0:\\\"\\\";}}s:6:\\\"height\\\";a:1:{i:0;a:5:{s:4:\\\"data\\\";s:2:\\\"32\\\";s:7:\\\"attribs\\\";a:0:{}s:8:\\\"xml_base\\\";s:0:\\\"\\\";s:17:\\\"xml_base_explicit\\\";b:0;s:8:\\\"xml_lang\\\";s:0:\\\"\\\";}}}}}}s:4:\\\"item\\\";a:10:{i:0;a:6:{s:4:\\\"data\\\";s:61:\\\"\\n\t\t\\n\t\t\\n\t\t\\n\t\t\\n\t\t\\n\t\t\t\t\\n\t\t\\n\t\t\\n\\n\t\t\t\t\t\\n\t\t\t\t\t\t\t\t\t\t\\n\t\t\t\t\t\\n\t\t\\n\t\t\\n\\n\t\t\t\\\";s:7:\\\"attribs\\\";a:0:{}s:8:\\\"xml_base\\\";s:0:\\\"\\\"","file":"boutique_wp702.sql.gz"},"name":"restoring"} {"data":{"file":"boutique_wp702.sql.gz","description":";s:17:\\\"xml_base_explicit\\\";b:0;s:8:\\\"xml_lang\\\";s:0:\\\"\\\";s:5:\\\"child\\\";a:4:{s:0:\\\"\\\";a:7:{s:5:\\\"title\\\";a:1:{i:0;a:5:{s:4:\\\"data\\\";s:73:\\\"WP Briefing: Episode 44: Minors, Majors, and Why We Have So Many Releases\\\";s:7:\\\"attribs\\\";a:0:{}s:8:\\\"xml_base\\\";s:0:\\\"\\\";s:17:\\\"xml_base_explicit\\\";b:0;s:8:\\\"xml_lang\\\";s:0:\\\"\\\";}}s:4:\\\"link\\\";a:1:{i:0;a:5:{s:4:\\\"data\\\";s:93:\\\"https://wordpress.org/news/2022/11/episode-44-minors-majors-and-why-we-have-so-many-releases/\\\";s:7:\\\"attribs\\\";a:0:{}s:8:\\\"xml_base\\\";s:0:\\\"\\\";s:17:\\\"xml_base_explicit\\\";b:0;s:8:\\\"xml_lang\\\";s:0:\\\"\\\";}}s:7:\\\"pubDate\\\";a:1:{i:0;a:5:{s:4:\\\"data\\\";s:31:\\\"Mon, 28 Nov 2022 12:00:00 +0000\\\";s:7:\\\"attribs\\\";a:0:{}s:8:\\\"xml_base\\\";s:0:\\\"\\\";s:17:\\\"xml_base_explicit\\\";b:0;s:8:\\\"xml_lang\\\";s:0:\\\"\\\";}}s:8:\\\"category\\\";a:2:{i:0;a:5:{s:4:\\\"data\\\";s:7:\\\"Podcast\\\";s:7:\\\"attribs\\\";a:0:{}s:8:\\\"xml_base\\\";s:0:\\\"\\\";s:17:\\\"xml_base_explicit\\\";b:0;s:8:\\\"xml_lang\\\";s:0:\\\"\\\";}i:1;a:5:{s:4:\\\"data\\\";s:11:\\\"wp-briefing\\\";s:7:\\\"attribs\\\";a:0:{}s:8:\\\"xml_base\\\";s:0:\\\"\\\";s:17"},"name":"restoring","type":"debug"} {"type":"debug","data":{"file":"boutique_wp702.sql.gz","description":":\\\"xml_base_explicit\\\";b:0;s:8:\\\"xml_lang\\\";s:0:\\\"\\\";}}s:4:\\\"guid\\\";a:1:{i:0;a:5:{s:4:\\\"data\\\";s:53:\\\"https://wordpress.org/news/?post_type=podcast&p=13996\\\";s:7:\\\"attribs\\\";a:1:{s:0:\\\"\\\";a:1:{s:11:\\\"isPermaLink\\\";s:5:\\\"false\\\";}}s:8:\\\"xml_base\\\";s:0:\\\"\\\";s:17:\\\"xml_base_explicit\\\";b:0;s:8:\\\"xml_lang\\\";s:0:\\\"\\\";}}s:11:\\\"description\\\";a:1:{i:0;a:5:{s:4:\\\"data\\\";s:129:\\\"Hear Josepha Haden Chomphosy highlight the role of manor and minor releases in the WordPress open source project in this episode.\\\";s:7:\\\"attribs\\\";a:0:{}s:8:\\\"xml_base\\\";s:0:\\\"\\\";s:17:\\\"xml_base_explicit\\\";b:0;s:8:\\\"xml_lang\\\";s:0:\\\"\\\";}}s:9:\\\"enclosure\\\";a:1:{i:0;a:5:{s:4:\\\"data\\\";s:0:\\\"\\\";s:7:\\\"attribs\\\";a:1:{s:0:\\\"\\\";a:3:{s:3:\\\"url\\\";s:60:\\\"https://wordpress.org/news/files/2022/11/WP-Briefing-044.mp3\\\";s:6:\\\"length\\\";s:1:\\\"0\\\";s:4:\\\"type\\\";s:0:\\\"\\\";}}s:8:\\\"xml_base\\\";s:0:\\\"\\\";s:17:\\\"xml_base_explicit\\\";b:0;s:8:\\\"xml_lang\\\";s:0:\\\"\\\";}}}s:32:\\\"http://purl.org/dc/elements/1.1/\\\";a:1:{s:7:\\\"creator\\\";a:1:{i:0;a:5:{s:4:\\\"data\\\";s:14:\\\"Santana Inn"},"name":"restoring"} {"data":{"file":"boutique_wp702.sql.gz","description":"iss\\\";s:7:\\\"attribs\\\";a:0:{}s:8:\\\"xml_base\\\";s:0:\\\"\\\";s:17:\\\"xml_base_explicit\\\";b:0;s:8:\\\"xml_lang\\\";s:0:\\\"\\\";}}}s:40:\\\"http://purl.org/rss/1.0/modules/content/\\\";a:1:{s:7:\\\"encoded\\\";a:1:{i:0;a:5:{s:4:\\\"data\\\";s:8562:\\\"\\n<p>In the forty-fourth episode of the WordPress Briefing, our host Josepha Haden Chomphosy highlights the role of major and minor releases in the WordPress open source project. </p>\\n\\n\\n\\n<p><em><strong>Have a question you’d like answered? You can submit them to <a href=\\\"mailto:wpbriefing@wordpress.org\\\">wpbriefing@wordpress.org</a>, either written or as a voice recording.</strong></em></p>\\n\\n\\n\\n<h2>Credits</h2>\\n\\n\\n\\n<p>Editor: <a href=\\\"https://profiles.wordpress.org/dustinhartzler/\\\">Dustin Hartzler</a><br>Logo: <a href=\\\"https://profiles.wordpress.org/javiarce/\\\" data-type=\\\"URL\\\" data-id=\\\"https://profiles.wordpress.org/javiarce/\\\">Javier Arce</a><br>Production: <a href=\\\"https://profiles.wordpress.org/santanainniss/\\\">Santana Inniss</a><br>Song: Fearless Firs"},"name":"restoring","type":"debug"} {"name":"restoring","data":{"description":"t by Kevin MacLeod </p>\\n\\n\\n\\n<h2>References</h2>\\n\\n\\n\\n<p><a href=\\\"https://en.wikipedia.org/wiki/12th_man_(football)\\\" data-type=\\\"URL\\\" data-id=\\\"https://en.wikipedia.org/wiki/12th_man_(football)\\\">Twelfth Man</a><br><a href=\\\"https://wordpress.org/news/2022/11/state-of-the-word-2022/\\\" data-type=\\\"URL\\\" data-id=\\\"https://wordpress.org/news/2022/11/state-of-the-word-2022/\\\">State of the Word</a></p>\\n\\n\\n\\n<h2>Transcript</h2>\\n\\n\\n\\n<span id=\\\"more-13996\\\"></span>\\n\\n\\n\\n<p><strong>[Josepha Haden Chomphosy 00:00:00] </strong></p>\\n\\n\\n\\n<p>Hello everyone! And welcome to the WordPress Briefing, the podcast where you can catch quick explanations of the ideas behind the WordPress open source project, some insight into the community that supports it, and get a small list of big things coming up in the next two weeks. </p>\\n\\n\\n\\n<p>I’m your host, Josepha Haden Chomphosy. Here we go.</p>\\n\\n\\n\\n<p><strong>[Josepha Haden Chomphosy 00:00:27] </strong></p>\\n\\n\\n\\n<p>At the top of November, a","file":"boutique_wp702.sql.gz"},"type":"debug"} {"data":{"description":" new major release for WordPress shipped. That was WordPress 6.1. I know I talked about it basically nonstop. Then two weeks later, there was a new minor release for WordPress. It was WordPress 6.1.1, which I did not talk about at all. Way back in episode four of this podcast, I dug into the overall release cycle and what someone could expect from a high-level logistics aspect.</p>\\n\\n\\n\\n<p><strong>[Josepha Haden Chomphosy 00:01:05] </strong></p>\\n\\n\\n\\n<p>And today we’re gonna take a quick look at minor releases in particular. Just as a general heads up, I always want to lean into sports metaphors when I’m talking about releases, and I think it’s because of the words major and minor. And so, I’ve done my level best to not include that in any of my explanations today.</p>\\n\\n\\n\\n<p>But I do have one, I do have one that’s a sports thing. So just if you don’t like sports, know that it’s just one little bit and we’ll try to be carefully quick around it togeth","file":"boutique_wp702.sql.gz"},"name":"restoring","type":"debug"} {"type":"debug","name":"restoring","data":{"file":"boutique_wp702.sql.gz","description":"er. All right, so minor releases. You may have noticed that I don’t mention minor releases nearly as often as I mention major releases. And yet, most of the time, when we have a major release of WordPress, there’s a minor release that gets started almost immediately after.</p>\\n\\n\\n\\n<p>So first major versus minor. Major releases in WordPress happen roughly three times a year, give or take a release. Inside a major release, you will find that we include features, so– brand new abilities, enhancements, which you can generally call improvements to existing abilities, and also any bug fix that we can find, big or small, we’ll take ’em all.</p>\\n\\n\\n\\n<p><strong>[Josepha Haden Chomphosy 00:02:16] </strong></p>\\n\\n\\n\\n<p>So minor releases in WordPress happen about four or five times a year on average. Minor releases include patches for issues introduced in the major release and any bug fix that doesn’t add or change functionality. </p>\\n\\n\\n\\n<p>If you’re with me so "}} {"name":"restoring","data":{"truncated":1,"description":"…","file":"boutique_wp702.sql.gz"},"type":"debug"} {"name":"removed_temp_database_user","data":{"file":"boutique_wp702.sql.gz","description":"The system removed the temporary database user “zrzvbdry_9lryubx”.","username":"zrzvbdry_9lryubx"},"type":"debug"} {"name":"restore_done","data":{"description":"The system successfully restored the database “zrzvbdry_boutique_wp702” from the backup file “boutique_wp702.sql.gz”.","file":"boutique_wp702.sql.gz"},"type":"done"} {"name":"processed","data":{"file":"boutique_wp702.sql.gz"},"type":"info"} {"type":"close"}