adds resticprofile backup service to compose.yml
This commit is contained in:
@@ -36,7 +36,7 @@ final class Version20250522212300 extends AbstractMigration
|
||||
|
||||
public function up(Schema $schema): void {
|
||||
foreach (self::BLOG_POST_SLUGS as $slug) {
|
||||
$blogPostPath = '../scripts/blog-migrated/' . $slug . '.yaml';
|
||||
$blogPostPath = './migrations/blog-migrated/' . $slug . '.yaml';
|
||||
$blogPost = Yaml::parseFile($blogPostPath);
|
||||
|
||||
$publishedDateTime = DateTime::createFromFormat('U', strval($blogPost['pubDate']));
|
||||
|
||||
Reference in New Issue
Block a user