<?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: Ömer Faruk Aydın</title>
    <description>The latest articles on DEV Community by Ömer Faruk Aydın (@programmerwastaken).</description>
    <link>https://dev.to/programmerwastaken</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%2F3364339%2Fd4b61d92-16de-447f-a29d-7363f680b4b3.png</url>
      <title>DEV Community: Ömer Faruk Aydın</title>
      <link>https://dev.to/programmerwastaken</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/programmerwastaken"/>
    <language>en</language>
    <item>
      <title>Self Deployment on Digital Ocean is broken.</title>
      <dc:creator>Ömer Faruk Aydın</dc:creator>
      <pubDate>Thu, 17 Jul 2025 15:47:39 +0000</pubDate>
      <link>https://dev.to/programmerwastaken/self-deployment-on-digital-ocean-is-broken-1lg</link>
      <guid>https://dev.to/programmerwastaken/self-deployment-on-digital-ocean-is-broken-1lg</guid>
      <description>&lt;p&gt;Hello, I am trying to install the forem on digital ocean using the selfhost repo, but the db migration gives an error.&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;[core@www (www.geekendsociety.com) ~]$ systemctl list-units | grep forem
  forem-imgproxy.service                                                                                                               loaded active     running         Forem Imgproxy Service
  forem-openresty.service                                                                                                              loaded inactive   dead      start Forem OpenResty Service
  forem-pod.service                                                                                                                    loaded active     running         Forem pod service
  forem-postgresql.service                                                                                                             loaded active     running         Forem Postgresql Service
● forem-rails.service                                                                                                                  loaded activating start-pre start Forem Rails Service
  forem-redis.service                                                                                                                  loaded active     running         Forem Redis Service
  forem-traefik.service                                                                                                                loaded inactive   dead      start Forem Traefik Service
  forem-worker.service                                                                                                                 loaded inactive   dead      start Forem Worker Service
  forem.service                                                                                                                        loaded active     exited          Forem Service
  machine-forem-pod.slice                                                                                                              loaded active     active          Slice /machine/forem/pod
  machine-forem.slice                                                                                                                  loaded active     active          Slice /machine/forem

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Log;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;== Starting Forem Rails Service ==
Running rake app_initializer:setup...

rake aborted!
ActiveRecord::StatementInvalid:
PG::UndefinedTable: ERROR:  relation "settings" does not exist
LINE 1: SELECT "settings".* FROM "settings" WHERE "settings"."var" =...
                                          ^
/opt/apps/forem/app/models/settings/base.rb:51:in `[]'
/opt/apps/forem/config/initializers/configure_instance.rb:16:in `&amp;lt;main&amp;gt;'
...
Caused by:
PG::UndefinedTable: ERROR:  relation "settings" does not exist

&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;p&gt;Did I miss something? I followed everything in the document to the letter, but the problem is not solved.&lt;/p&gt;

</description>
      <category>forem</category>
      <category>digitalocean</category>
      <category>help</category>
      <category>deployment</category>
    </item>
  </channel>
</rss>
