File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77{% extends "base.html" %}
88
99{% block announce %}
10+
1011 < div class ="md-banner " style ="text-align: center; ">
1112 Where the open source database community meets:
1213 Use code < strong > PERCONA75</ strong > and secure your spot for Percona Live.
3031 </ span >
3132 </ a >
3233 </ div >
33- {% endblock %}
3434
35- {% block announce %}
36- < div class ="md-banner " style ="background-color: #b71c1c; color: white; ">
37- ⚠️ pg_upgrade is currently broken with encrypted tables (pg_tde). Do NOT use it for upgrades.
38- </ div >
35+ < div
36+ class ="md-banner "
37+ style ="
38+ background-color: #b71c1c;
39+ color: white;
40+ text-align: center;
41+ padding: 0.6rem;
42+ "
43+ >
44+ ⚠️ pg_upgrade is currently broken with encrypted tables (pg_tde).
45+ Do NOT use it for upgrades.
46+ </ div >
47+
3948{% endblock %}
4049
4150{% block scripts %}
5564 < meta property ="og:title " content ="{{ title }} " />
5665 < meta property ="og:image " content ="https://docs.percona.com/postgresql/17/_images/postgresql.png ">
5766 < meta property ="og:url " content ="https://docs.percona.com/postgresql/ ">
58- </ head >
59- < body >
60- </ body >
61- </ html>
6267 {% endblock %}
6368
6469 {% block site_nav %}
You can’t perform that action at this time.
0 commit comments