<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Sam Roberts</title>
    <description>The latest articles on DEV Community by Sam Roberts (@samroberts707).</description>
    <link>https://dev.to/samroberts707</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F154572%2F31f94f47-0d13-4b3b-9397-eb9ddacb1cd3.png</url>
      <title>DEV Community: Sam Roberts</title>
      <link>https://dev.to/samroberts707</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/samroberts707"/>
    <language>en</language>
    <item>
      <title>CMS Sync between different machines</title>
      <dc:creator>Sam Roberts</dc:creator>
      <pubDate>Thu, 21 Jul 2022 15:22:50 +0000</pubDate>
      <link>https://dev.to/samroberts707/cms-sync-between-different-machines-2jco</link>
      <guid>https://dev.to/samroberts707/cms-sync-between-different-machines-2jco</guid>
      <description>&lt;p&gt;Currently I used a single laptop that I take between work and home depending where I'm working each day. Especially in the recent hot weather this is becoming uncomfortable.&lt;/p&gt;

&lt;p&gt;Ideally I'd like a machine at work and at home, but syncing our CMS builds between machines each day is time consuming and not reliable.&lt;/p&gt;

&lt;p&gt;We of course use Git for all files and luckily the CMS we build in (CraftCMS) uses config files that are pretty Git friendly these days.&lt;/p&gt;

&lt;p&gt;CMS Uploads go to AWS S3 buckets so I don't need to worry about syncing those, the issue lies with syncing the DB. Any text or asset fields need to be synced between machines so I can continue work each day.&lt;/p&gt;

&lt;p&gt;I suppose I could manually take a DB backup at the end of each day and commit it to git so its ready for the next day, but this isn't full proof and if I forget one day, the next day I need to redo a load of work to get back to where I was.&lt;/p&gt;

&lt;p&gt;Does anyone else have this issue and any potential solutions?  &lt;/p&gt;

</description>
      <category>discuss</category>
      <category>help</category>
      <category>cms</category>
      <category>tooling</category>
    </item>
  </channel>
</rss>
