<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
  <title>MixWiki - フォーラム - 掲示板 - [ mastodon ]</title>
  <link>https://wiki.joy-mix.com/modules/forum/index.php?forum_id=5</link>
  <description></description>
  <lastBuildDate>Fri, 08 May 2026 21:50:31 +0900</lastBuildDate>
  <docs>http://backend.userland.com/rss/</docs>
    <item>
    <title>Re: PostgreSQL11.1からPostgreSQL12.3へアップグレードしました。</title>
    <link>https://wiki.joy-mix.com/modules/forum/index.php?post_id=67</link>
    <guid>https://wiki.joy-mix.com/modules/forum/index.php?post_id=67</guid>
    <description>PostgreSQL11.1からPostgreSQL12.3へアップグレードしました。 yum install postgresql12-{contrib,devel,server} postgresql12-devel は llvm-toolset-7-clang パッケージを必要とするようなので、要求エラーが生じます。 以 ...</description>
    <pubDate>Sun, 14 Jun 2020 18:35:34 +0900</pubDate>
    <category>掲示板</category>
    <category>mastodon</category>
    <content:encoded><![CDATA[<div>
<p>PostgreSQL11.1からPostgreSQL12.3へアップグレードしました。</p>
<div><pre>yum install postgresql12-{contrib,devel,server}</pre></div>
<p>postgresql12-devel は llvm-toolset-7-clang パッケージを必要とするようなので、要求エラーが生じます。<br />
以下のパッケージで解消しました。</p>
<div><pre>yum install centos-release-scl centos-release-scl-rh</pre></div>

</div>]]></content:encoded>
  </item>
    <item>
    <title>Redisのバージョンアップをしました。</title>
    <link>https://wiki.joy-mix.com/modules/forum/index.php?post_id=66</link>
    <guid>https://wiki.joy-mix.com/modules/forum/index.php?post_id=66</guid>
    <description>CentOS7に入っているMastodonをV3.1.1からV3.1.3に上げるためにRedisを３系から４系へアップすることが必要らしいので以下のようにやってみました。 rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release- ...</description>
    <pubDate>Mon, 27 Apr 2020 17:12:04 +0900</pubDate>
    <category>掲示板</category>
    <category>mastodon</category>
    <content:encoded><![CDATA[<div>
<p>CentOS7に入っているMastodonをV3.1.1からV3.1.3に上げるためにRedisを３系から４系へアップすることが必要らしいので以下のようにやってみました。</p>
<div><pre>rpm -ivh http://rpms.famillecollet.com/enterprise/remi-release-7.rpm</pre></div>
<div><pre>yum install --enablerepo=epel,remi redis</pre></div>
<p>remiだと最新版の５系が入りました。</p>

</div>]]></content:encoded>
  </item>
    <item>
    <title>PostgreSQL9.6からPostgreSQL11.1へアップグレードしました。</title>
    <link>https://wiki.joy-mix.com/modules/forum/index.php?post_id=64</link>
    <guid>https://wiki.joy-mix.com/modules/forum/index.php?post_id=64</guid>
    <description>mastodonで使用しているPostgreSQLをアップグレードしました。 最初にpostgresql-11をインストール＆セットアップする。 postgresqlを停止する。 systemctl stop postgresql-9.6.service systemctl stop postgresql-11.servic ...</description>
    <pubDate>Wed, 23 Jan 2019 01:24:48 +0900</pubDate>
    <category>掲示板</category>
    <category>mastodon</category>
    <content:encoded><![CDATA[<div>
<p>mastodonで使用しているPostgreSQLをアップグレードしました。</p>
<p>最初にpostgresql-11をインストール＆セットアップする。</p>
<p>postgresqlを停止する。<br />
systemctl stop postgresql-9.6.service<br />
systemctl stop postgresql-11.service</p>
<p># アップグレードの整合性チェックする。</p>
<div><pre>$ sudo su - postgres
bash-4.2 $ /usr/pgsql-11/bin/pg_upgrade -c -b /usr/pgsql-9.6/bin/ -B /usr/pgsql-11/bin/ -d /var/lib/pgsql/9.6/data -D /var/lib/pgsql/11/data</pre></div>
<p>以下のエラーが起こる。<br />
connection to database failed: fe_sendauth: no password supplied</p>
<p>could not connect to source postmaster started with the command:<br />
&quot;/usr/pgsql-9.6/bin/pg_ctl&quot; -w -l &quot;pg_upgrade_server.log&quot; -D &quot;/var/lib/pgsql/9.6/data&quot; -o &quot;-p 50432 -b  -c listen_addresses='' -c unix_socket_permissions=0700 -c unix_socket_directories='/var/lib/pgsql'&quot; start<br />
Failure, exiting</p>
<p>アクセスができないため以下のファイルの認証ｍｄ５をtrustに変更する。<br />
/var/lib/pgsql/9.6/data/pg_hba.conf<br />
/var/lib/pgsql/11/data/pg_hba.conf</p>
<div><pre>$ sudo su - postgres</pre></div>
<div><pre>bash-4.2$ /usr/pgsql-11/bin/pg_upgrade -c -b /usr/pgsql-9.6/bin/ -B /usr/pgsql-11/bin/ -d /var/lib/pgsql/9.6/data -D /var/lib/pgsql/11/data</pre></div>
<p>Performing Consistency Checks</p>
<hr />
<p>Checking cluster versions                                   ok<br />
Checking database user is the install user                  ok<br />
Checking database connection settings                       ok<br />
Checking for prepared transactions                          ok<br />
Checking for reg* data types in user tables                 ok<br />
Checking for contrib/isn with bigint-passing mismatch       ok<br />
Checking for invalid &quot;unknown&quot; user columns                 ok<br />
Checking for hash indexes                                   ok<br />
Checking for presence of required libraries                 ok<br />
Checking database user is the install user                  ok<br />
Checking for prepared transactions                          ok</p>
<p>Clusters are compatible</p>
<div><pre>bash-4.2$ /usr/pgsql-11/bin/pg_upgrade -b /usr/pgsql-9.6/bin/ -B /usr/pgsql-11/bin/ -d /var/lib/pgsql/9.6/data -D /var/lib/pgsql/11/data</pre></div>
<p>Performing Consistency Checks</p>
<hr />
<p>Checking cluster versions  ok<br />
Checking database user is the install user  ok<br />
Checking database connection settings  ok<br />
Checking for prepared transactions  ok<br />
Checking for reg* data types in user tables  ok<br />
Checking for contrib/isn with bigint-passing mismatch  ok<br />
Checking for invalid &quot;unknown&quot; user columns  ok<br />
Creating dump of global objects  ok<br />
Creating dump of database schemas　ok<br />
Checking for presence of required libraries  ok<br />
Checking database user is the install user  ok<br />
Checking for prepared transactions  ok</p>
<p>If pg_upgrade fails after this point, you must re-initdb the<br />
new cluster before continuing.</p>
<p>Performing Upgrade</p>
<hr />
<p>Analyzing all rows in the new cluster  ok<br />
Freezing all rows in the new cluster  ok<br />
Deleting files from new pg_xact  ok<br />
Copying old pg_clog to new server  ok<br />
Setting next transaction ID and epoch for new cluster　 ok<br />
Deleting files from new pg_multixact/offsets  ok<br />
Copying old pg_multixact/offsets to new server  ok<br />
Deleting files from new pg_multixact/members  ok<br />
Copying old pg_multixact/members to new server  ok<br />
Setting next multixact ID and offset for new cluster  ok<br />
Resetting WAL archives  ok<br />
Setting frozenxid and minmxid counters in new cluster  ok<br />
Restoring global objects in the new cluster  ok<br />
Restoring database schemas in the new cluster　ok<br />
Copying user relation files  ok<br />
Setting next OID for new cluster  ok<br />
Sync data directory to disk  ok<br />
Creating script to analyze new cluster  ok<br />
Creating script to delete old cluster  ok<br />
Checking for hash indexes  ok</p>
<p>Upgrade Complete</p>
<hr />
<p>Optimizer statistics are not transferred by pg_upgrade so,<br />
once you start the new server, consider running:<br />
./analyze_new_cluster.sh</p>
<p>Running this script will delete the old cluster's data files:<br />
./delete_old_cluster.sh</p>

</div>]]></content:encoded>
  </item>
    <item>
    <title>Re: mastodon1.4.4バージョンアップ　アイコンboost_sprite</title>
    <link>https://wiki.joy-mix.com/modules/forum/index.php?post_id=57</link>
    <guid>https://wiki.joy-mix.com/modules/forum/index.php?post_id=57</guid>
    <description>ブーストアイコンが表示されない原因が分かりました。 mastodon.confに下記設定していたのでコメントアウトして解消しました。 add_header Content-Security-Policy &quot;default-src 'none'; style-src 'self'; script-src ...</description>
    <pubDate>Thu, 03 Aug 2017 13:24:51 +0900</pubDate>
    <category>掲示板</category>
    <category>mastodon</category>
    <content:encoded><![CDATA[<div>
<p>ブーストアイコンが表示されない原因が分かりました。<br />
mastodon.confに下記設定していたのでコメントアウトして解消しました。<br />
add_header Content-Security-Policy &quot;default-src 'none'; style-src 'self'; script-src 'self' <a href="https://google.co.jp/" title="google.co.jp/" rel="nofollow" target="_blank">https://google.co.jp/</a> <a href="https://www.google.com/;" title="www.google.com/;" rel="nofollow" target="_blank">https://www.google.com/;</a> img-src 'self' <a href="https://google.co.jp/;" title="google.co.jp/;" rel="nofollow" target="_blank">https://google.co.jp/;</a> frame-src 'self'; connect-src 'self'; font-src 'self'; media-src 'self';&quot;;</p>

</div>]]></content:encoded>
  </item>
    <item>
    <title>mastodon1.4.4バージョンアップ　アイコンboost_sprite</title>
    <link>https://wiki.joy-mix.com/modules/forum/index.php?post_id=56</link>
    <guid>https://wiki.joy-mix.com/modules/forum/index.php?post_id=56</guid>
    <description>mastodonをv1.4.3からv1.4.4にアップデートしたところ、ブーストアイコン（グレイ色）が表示されなくなりました。 ブースト済のブルー色のブーストアイコンは表示されます。 /public/packs 内にboo ...</description>
    <pubDate>Thu, 22 Jun 2017 21:50:20 +0900</pubDate>
    <category>掲示板</category>
    <category>mastodon</category>
    <content:encoded><![CDATA[<div>
<p>mastodonをv1.4.3からv1.4.4にアップデートしたところ、ブーストアイコン（グレイ色）が表示されなくなりました。</p>
<p>ブースト済のブルー色のブーストアイコンは表示されます。</p>
<p>/public/packs 内にboost_sprite-xxxxxxx.png画像は存在します。</p>
<p>どこに、問題が生じているのでしょうか？何か情報を頂けると助かります。<br />
宜しくお願い致します。</p>

</div>]]></content:encoded>
  </item>
    </channel>
</rss>